Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Autovivification identification

by Random_Walk (Prior)
on Aug 01, 2013 at 09:35 UTC ( [id://1047405]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # You use push so you must want an array
    push @{ $provisions{$person} }, $1; 
    
    # You use hash of hash addressing so you must want a hash
    $total_bytes{$source}{$destination} += $bytes;
    
  2. or download this
    perl -MData::Dumper -le'$t{x}{y}[2]{foo}[3]{bar}=1; print Dumper \%t'
    $VAR1 = {
    ...
                              ]
                     }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found