in reply to
Re: variable name
in thread
variable name
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
.
Comment on
Re^2: variable name
Select
or
Download
Code
In Section
Seekers of Perl Wisdom