Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: Storing data into hashes

by roboticus (Chancellor)
on Dec 31, 2012 at 10:37 UTC ( [id://1011040]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Storing data into hashes
in thread Storing data into hashes

But you didn't use Data::Dumper, so we can't see what the hash reference contains. If you used it you might see something like:

$VAR1={ COLUMN=>'value', COLUMN2=>'value2' }

So then you could see the names of the keys in your hash. As mentioned previously, you can't just do:

print "Foo %hash\n";

and expect to get anything useful from it.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

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

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

    No recent polls found