Hello Forum,
I have ransacked Google until my brain is fried, and read at least a dozen explanations of a variable within a variable (including reading 'perldoc -q expand').
Also, the 'wonder line' in another post: "$line =~ s/(\$\w+)/$1/eeg" where someone said "THANK YOU, YOU SOLVED EVERYTHING!!!" and not another word.
What in the name of the dungeons of Saddam is eeg? I have no idea and can't understand any of the other posts.
Basically what I am trying to do, is have @Workbutton contain several work buttons, like "Create", "Validate", "Exit".
So is it possible to say something like ${"$WorkButton"_b}?
i.e., to use it to define several TK buttons in a loop, Create_b, Validate_b, Exit_b?
I've done it in other languages, but Perl has me drooling. I picture maybe "perl" referring to wrenching what you need out of a tightly closed clam, after hours of finger numbing labor.......maybe that's unfair..........
I have ransacked Google until my brain is fried, and read at least a dozen explanations of a variable within a variable (including reading 'perldoc -q expand').
Also, the 'wonder line' in another post: "$line =~ s/(\$\w+)/$1/eeg" where someone said "THANK YOU, YOU SOLVED EVERYTHING!!!" and not another word.
What in the name of the dungeons of Saddam is eeg? I have no idea and can't understand any of the other posts.
Basically what I am trying to do, is have @Workbutton contain several work buttons, like "Create", "Validate", "Exit".
So is it possible to say something like ${"$WorkButton"_b}?
i.e., to use it to define several TK buttons in a loop, Create_b, Validate_b, Exit_b?
I've done it in other languages, but Perl has me drooling. I picture maybe "perl" referring to wrenching what you need out of a tightly closed clam, after hours of finger numbing labor.......maybe that's unfair..........