Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: Hash of Hashes from file

by scorpio17 (Canon)
on Apr 03, 2012 at 15:19 UTC ( [id://963264]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    push( @{ $hoh{$user}{'Website'} }, 'website4');
    push( @{ $hoh{$user}{'type'} }, 'type4'};
    
  2. or download this
    my @websites = @{ $hoh{$user}{'Website'} };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-03-28 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found