home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst 1995 September to December
/
CDware_Sep-Dec_1995.bin
/
.products
/
Solstice
/
putitback
< prev
next >
Wrap
Text File
|
1995-09-04
|
265b
|
13 lines
#!/opt/internet/bin/perl -i
while(<>) {
if ( /<BR><a href=\".\/places.html\">Tell us<\/a> what else you'd like to know.<BR><HR>\n"/ ) {
print "<a href=\".\/places.html\">Tell us<\/a> what else you'd like to know.<BR><HR>\n";
}
else {
print;
}
}
exit 0;