in reply to How to process multiple input files?
It only processes first file in the command line.
Making a while loop out of it like so:
my $line; while (defined ($line = <>)) { [download]