in reply to Re: Cleaner way of looping through a file and stripping only certain lines?
in thread Cleaner way of looping through a file and stripping only certain lines?
now use $input_fh just like you would have used IFILEopen my $input_fh, '<', "$ifile" or die "Couldn't open file: $!";
|
---|