in reply to Re: symbol table vs. eval
in thread symbol table vs. eval
Concerning your update, strict has nothing to do with it. If use strict is already present, so is either our $my variable_name; or my $my variable_name;. I was saying your code will only work with the former, not the latter. The OP's code (and the code in my reply) works with both.
|
|---|