|
|
| We don't bite newbies here... much | |
| PerlMonks |
Using Varibale for HAsh nameby shawshankred (Sexton) |
| on Oct 22, 2010 at 16:02 UTC ( #866827=perlquestion: print w/ replies, xml ) | Need Help?? |
|
shawshankred has asked for the
wisdom of the Perl Monks concerning the following question:
Perl experts.
I have a hash called tab2hash that has tablenames as key and hashnames as value. I want to initialize the hashes with the values from DB tables. And I have the code below, however when i print the hashes they are empty. This line is where the hash is being populated $$VALUE_1{$k1} = $v1; Please help with your suggestions.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||