Help for this page

Select Code to Download


  1. or download this
    #!C:\Perl64\bin\perl.exe
    use strict;
    ...
    open(OUTFILE, ">$outfile");
    print OUTFILE "$output_page";
    close(OUTFILE);
    
  2. or download this
    #!C:\Perl64\bin\perl.exe
    use strict;
    ...
    open(OUTFILE, ">$outfile");
    print OUTFILE "$output_page";
    close(OUTFILE);