Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Hash Copy Decipher???

by andye (Curate)
on Apr 25, 2007 at 13:31 UTC ( [id://612005]=note: print w/replies, xml ) Need Help??


in reply to Hash Copy Decipher???

Hiya,

chromatic and naikonta have already answered this one, but just for the future: you might find the Data::Dumper module useful. It lets you see what's inside a data structure.

You use it like this:

use Data::Dumper; print Dumper(\%br_tsh); print Dumper($tsh);

HTH!

Best wishes, andye

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-20 04:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found