my $old_terminator = $/; $/ = undef; my $string = <$filehandle>; $/ = $old_terminator;