sub printem { my $file = shift; while (<$file>) { print; } } open FILEHANDLE, "