Help for this page
for my $fname (@ARGV) { open(IN, $fname); print while <IN>; close IN; }
print while <>;