sub readthingy { local @ARGV = @_; local $/ = ', '; return <>; # ref to array might be faster }