replace these lines
my $infile = $ARGV[0]; my $outfile = $ARGV[1]; unless (@ARGV==2) { die "Usage : perl $0 infile outfile\n" };
with
my $infile = 'C:/Users/... /abc.txt'; my $outfile = 'C:/Users/... /output.txt';
In reply to Re^5: Insert Text which is Read from the Line Above
by poj
in thread Insert Text which is Read from the Line Above
by jlb333333
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |