Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Referencing a HoH

by kilinrax (Deacon)
on May 07, 2003 at 17:38 UTC ( [id://256318]=note: print w/replies, xml ) Need Help??


in reply to Referencing a HoH

Try dereferencing the temp hash:
foreach $key2 (keys %{$hshFoo{$key}}) { ... }
You also might want to have a look at Data::Dumper and perlref.

Replies are listed 'Best First'.
Re: Re: Referencing a HoH
by P0w3rK!d (Pilgrim) on May 07, 2003 at 17:49 UTC
    Thank you. :) Everything I referenced showed %$hshFoo. I tried to dereference it that way and it did not work.

Log In?
Username:
Password:

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

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

    No recent polls found