Help for this page

Select Code to Download


  1. or download this
        while ($HTMLLine=<HTMLFNH>) {
            chomp $HTMLLine;
            print "$HTMLLine\n";
        }
    
  2. or download this
        while ($HTMLLine=<HTMLFNH>) {
            ... whatever you need to do for interpolation
            print $HTMLLine;
        }