![]() |
|
"be consistent" | |
PerlMonks |
using variables in late contexts?by enigmae (Pilgrim) |
on Nov 26, 2002 at 21:04 UTC ( #215933=perlquestion: print w/replies, xml ) | Need Help?? |
enigmae has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I am trying to have my script go through some variables without the variable names being there until the code is run. I think this is late-binding but i am not entirley sure. Here is what i want to do. What the code would look like that is late-bound is but what will the perl interpreter see? cause the variable names are all in cmd_table hash referenced by a number (where test_array is a array of command numbers. Is there a way to so what i want? Thanks. Enigmae
Back to
Seekers of Perl Wisdom
|
|