in reply to How to do dynamic stuff with perl
Even after looking at your code I have absolutely no idea what you want to do. How about a bit of output data that you want to achieve?
Update: Now I understand a bit more.
You seem to want to populate global variables.
Usually global variables are known when you write your program and creating some on the fly is most often not useful. You should rethink your approach as blazar stated...
|
|---|