Help for this page

Select Code to Download


  1. or download this
    @value = @{$hoh{$newcount}{'individual'}};
    
  2. or download this
    perl -MData::Dumper -e '%h=(one=>{a=>[1,2,3],b=>[4,5,6]},two=>{b=>[5,6
    +,7],c=>[7,8,9]});
     print Dumper(\%h); @a=@{$h{one}{a}}; print Dumper(\@a)'
    
  3. or download this
    $VAR1 = {
              'one' => {
    ...
              2,
              3
            ];