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

Re^6: NOT seeing data in HoH

by dbs (Sexton)
on Feb 09, 2012 at 13:51 UTC ( [id://952719]=note: print w/replies, xml ) Need Help??


in reply to Re^5: NOT seeing data in HoH
in thread add data to HoA

OK I can make that work the way you showed, but I am still wondering why days_between only shows up when I use Data::Dumper. Nevermind I got it working: with: Thx agn!
for my $k (keys %GSPmsgHash) { print "$k =>\n"; for my $v (values %{$GSPmsgHash{$k}} ) { print " $v\n"; } }

Log In?
Username:
Password:

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

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

    No recent polls found