Help for this page

Select Code to Download


  1. or download this
    my $array_ref = [
      { foo=> 1, herp => 'a'},
    ...
      }
    }
    
  2. or download this
    my $array_ref = [
      { foo=> 1, herp => 'a'},
    ...
    ++$array_ref->[1]->{derp}; # now c
    ++$array_ref->[2]->{baz}; # now 4
    ++$array_ref->[2]->{burp}; # now d