Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: push onto hash!

by Tortue (Scribe)
on Apr 03, 2001 at 20:17 UTC ( [id://69355]=note: print w/replies, xml ) Need Help??


in reply to push onto hash!

# this line won't work!! push @$somehash{$foo.$bar}, $x;
This one will work better :     push @{$somehash{$foo.$bar}}, $x;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 12:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found