http://qs321.pair.com?node_id=568659


in reply to Re: Perl cheat sheet
in thread Perl cheat sheet

"$foo" creates a stringified copy of $foo. $foo will get stringified when it needs to get stringified. There's no reason to do it prematurely. For example, it prevents people from using object with stringification overloaded.