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 = {
    ...
                              ]
                     }
            };