Help for this page
my $s; do{ local( @ARGV, $/)='big.file'; $s = <> };
my $s = do{ local( @ARGV, $/)='big.file'; <> };