in reply to Re: Search and replace on a 130000+ line file.
in thread Search and replace on a 130000+ line file.
doesn't work for me in ActiveState Perl 5.6 /NT workstation when I call the above program asopen(IN, "<".shift) or die;
perl tempo.pl ip.dat djb.dat
However, the program works great when I replace that line with:
and call it as:open(IN, "<ip.dat") or die;
perl tempo.pl djb.dat
|
|---|