Help for this page

Select Code to Download


  1. or download this
       my $a = [ 
          { 
    ...
            }
           },
       ];
    
  2. or download this
    
       my $b = $a->[1]{BAR};
       undef $a;
    
  3. or download this
       use Data::Dumper;
       print Dumper ($a,$b);
    ...
                         'BAR3' => 'yyyy'
                        }
               };