in reply to Re^2: How to process multiple input files?in thread How to process multiple input files?
Making a while loop out of it like so:
my $line; while (defined ($line = <>)) { [download]