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

Re: Adding additional values to a hash of an hash ?

by hiseldl (Priest)
on Nov 12, 2002 at 19:53 UTC ( [id://212378]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $hashref = $hash{'one'};
    $hashref->{'key1'} = 'value1';
    $hashref->{'key2'} = 'value2';
    print $_,"=",$hashref->{$_},"\n" foreach keys %$hashref;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-26 03:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found