Hi,
I have to create unix format files from windows environment.
So I read in DOS files, parse the data and do things like
print OUTFILE "new data\n";
I'm pretty sure I can use another string escape sequence and
I tried \f and \r, but these did not give me what I needed...
Any suggestions?
AD AUGUSTA PER ANGUSTA
Thierry
I have to create unix format files from windows environment.
So I read in DOS files, parse the data and do things like
print OUTFILE "new data\n";
I'm pretty sure I can use another string escape sequence and
I tried \f and \r, but these did not give me what I needed...
Any suggestions?
AD AUGUSTA PER ANGUSTA
Thierry