in reply to Trying to pull the key values from a Hash
As well as what bellaire says you might also want to check perldoc for the corect usage of keys and values. The tutorials in perldoc are also really useful - they have good pages on use of complex data structures (like your hash of hashes) and references:
Good luck and remember that practice makes perfect and if it doesn't there is always PerlMonks!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Trying to pull the key values from a Hash
by JadeNB (Chaplain) on Nov 24, 2009 at 16:43 UTC | |
by BioLion (Curate) on Nov 25, 2009 at 10:22 UTC |