http://www.perlmonks.org?node_id=568645


in reply to Perl cheat sheet

What is the explanation of NEVER use "$foo" Isn't this just basic variable interpolation? Is it really slow? What's the reason to never do this?