$str = `cat $file`; $str = do { local( @ARGV, $/ ) = $file ; <> }; [download]
In reply to shell vs. filehandler by 10basetom