|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: variable nameby polypompholyx (Hermit) |
| on Jul 22, 2006 at 13:10 UTC ( #563007=note: print w/ replies, xml ) | Need Help?? |
|
That won't work with lexical (my) variables as in the OP's example: these don't appear in the symbol table: see what happens if you change your $bleh to my $bleh.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||