in reply to
matching input to hash keys
Looks like you are passing an array to name_nums(), but not doing anything with it... try replacing your
foreach
line in name_nums() with:
foreach(@_) {
[download]
I think that should get you pointed in the right direction.... ;-)
-Blake
Comment on
Re: matching input to hash keys
Select
or
Download
Code
In Section
Seekers of Perl Wisdom