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