Help for this page

Select Code to Download


  1. or download this
    $html =~ s/something/something else/sgi;
    print "your html is currently:\n\n$html";
    
  2. or download this
    #!/usr/bin/perl -w
    use diagnostics;
    ...
        close (PAGEOUTPUT);
        print "Finished processing $pagename...<BR><HR><BR>\n";
    }