home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst 1995 September to December / CDware_Sep-Dec_1995.bin / .products / Solstice / putitback < prev    next >
Text File  |  1995-09-04  |  265b  |  13 lines

  1. #!/opt/internet/bin/perl -i
  2.  
  3. while(<>) {
  4.     if ( /<BR><a href=\".\/places.html\">Tell us<\/a> what else you'd like to know.<BR><HR>\n"/ ) {
  5.         print "<a href=\".\/places.html\">Tell us<\/a> what else you'd like to know.<BR><HR>\n";
  6.         }
  7.     else {
  8.         print;
  9.         }
  10. }
  11. exit 0;
  12.  
  13.