|
|
| more useful options | |
| PerlMonks |
Re: hash problemby davidj (Priest) |
| on Jun 08, 2005 at 09:02 UTC ( #464601=note: print w/ replies, xml ) | Need Help?? |
|
First, I think you might have an error in the code you submitted. I assume that
should be Second, the reason the code is dying is because on the last line, $names{$number} does not exist. It might be a good idea to take a look at what $names is actually holding after the loop. A good way to see that is to use Data::Dumper
This will help you track down the problem. davidj
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||