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


in reply to Perl cheat sheet

 $foo = "bar"; $$foo

Just to make sure that I'm reading this correctly. This is saying, "if $foo is a scalar value, don't try to expand it as an array reference." Is that correct?
Just wanted to make sure that I was off the NEVER list.

oakbox