![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Help on Hashesby Anonymous Monk |
on May 14, 2014 at 07:24 UTC ( #1085984=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi Experts,
I am storing some database column names in hash and based on the parameter passed with perl script i need to selecr the particular hash Example: test.pl A, the hash to be selected is @COL_CHECK_A and if its B, we need to select @COL_CHECK_B
Any suggestions please.
Back to
Seekers of Perl Wisdom
|
|