foreach my $line () { print $line; } #### my @foo; foreach my $line () { push( @foo, $line ); } my $file = join('', @foo);