Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: hash problems

by umasuresh (Hermit)
on Sep 20, 2010 at 16:49 UTC ( [id://860883]=note: print w/replies, xml ) Need Help??


in reply to hash problems

In addition to all the other monks great suggestions, always  use Data::Dumper module to see what is in your hash.
use Data::Dumper; ... ... ... print Dumper(\%hash);

Replies are listed 'Best First'.
Re^2: hash problems
by planetscape (Chancellor) on Sep 22, 2010 at 02:37 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://860883]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 05:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found