![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: How to get Keys from hash having same value?by merlyn (Sage) |
on Jan 07, 2008 at 06:06 UTC ( #660762=note: print w/replies, xml ) | Need Help?? |
Oops:
isn't gonna work. You're creating a hashref (resulting in a single scalar) on the right, but assigning it to a hash (wanting a list) on the left. You should be consistent.
In Section
Seekers of Perl Wisdom
|
|