Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^5: Storing data into hashes

by Corion (Patriarch)
on Dec 31, 2012 at 10:35 UTC ( [id://1011039]=note: print w/replies, xml ) Need Help??


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

When I run the code I showed, I get different output:

use Data::Dumper; my %SeqRec = (foo => 'bar'); print ("content of hash is " . Dumper \%SeqRec);
content of hash is $VAR1 = { 'foo' => 'bar' };

Your output is at least missing the closing bracket. If you want to debug this, please show the full code you're running.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-19 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found