$content = do { # minimize scope local $/; # make input separator undef 'till the end of this scope my $rv = ; # get all contents $rv # return it };