- or download this
#!perl.exe
my $file="infile.txt"; //stick infile in $contents
...
open(OUTFILE, "<outfile.txt"); //stick result in outfile
print OUTFILE $contents;
close OUTFILE;
- or download this
this is a
wrapped line.
...
quote."
this first line is fine.
so is this one.
- or download this
this is a wrapped line.
"This is a wrapped quote."
This first line is fine.
So is this one.