Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Calling a hash through an array value

by OM_Zen (Scribe)
on Jan 08, 2003 at 23:09 UTC ( [id://225387]=note: print w/replies, xml ) Need Help??


in reply to Calling a hash through an array value

Hi ,
$UniverseOfHashes{$asnHash}{risk} = $queueNsp[2];


should be in the loop . You are trying to get the reference of hash to have a key of $asnHash and not the Hash itself which is symbolic and not the referred Hash by itself , Hece should use the second element as the key of the hash itself .

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 06:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found