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