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

Re^5: variable as hash name

by Anonymous Monk
on Dec 08, 2012 at 09:53 UTC ( [id://1007876]=note: print w/replies, xml ) Need Help??


in reply to Re^4: variable as hash name
in thread variable as hash name

Because these 'groups' names ( that I want to use as hash names ) will also come from a external file.

Exactly, they can all go into a hash, you can have

$hashref->{group1}{dogs}{fido}{breed}='doberman'; $hashref->{group1}{dogs}{fido}{age}=12; $hashref->{group11}{humans}{larry}{age}= undef; ...
or anything -- should really read varvarname

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found