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


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.