in reply to Return a hash value based on its key
As a side note, you should make sure that code you post passes perl -c (compiles). Yours does not because you didn't include a line like:
my $csv = Text::CSV->new;
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Return a hash value based on its key
by Anonymous Monk on Feb 16, 2016 at 19:52 UTC |