line1 line2 line3 line4 line5 #### #!/usr/bin/perl my $file = shift; local( $/, *INPUT ); open(INPUT, $file); $input = ; print $input;