open(FH,"file.txt"); my $var; while() { $var .= $_; } close(FH);