|
|
| more useful options | |
| PerlMonks |
Re: right use of a hash tableby philcrow (Priest) |
| on Jul 19, 2007 at 15:24 UTC ( #627541=note: print w/ replies, xml ) | Need Help?? |
|
When you refer to an element of a hash you say $hash_name{'key'}, but to refer to the whole hash you must say %hash_name. So change your mys: Phil
The Gantry Web Framework Book is now available.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||