Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: 2d arrays in Perl?

by smitz (Chaplain)
on Aug 21, 2002 at 08:24 UTC ( [id://191671]=note: print w/replies, xml ) Need Help??


in reply to 2d arrays in Perl?

Soo close...

Instead of
@thePupils[23]->{"ClassID"} = "99-A";

try:
$thePupils[23]->{"ClassID"} = "99-A";

I'm not claiming this to be the most efficent or elegant solution, but there you go...

SMiTZ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found