Help for this page

Select Code to Download


  1. or download this
    $hash{foo}{bar}{baz} = 'stuff';
  2. or download this
    $tmp = $hash{foo};
    $tmp->{bar}{baz} = 'stuff';
    $hash{foo} = $tmp;