Help for this page

Select Code to Download


  1. or download this
    set($ref_to_hash,1,(a c b d))
    
    ...
      $hoh = $hoh->{$_} for (@_);
      $hoh->{$last} = $val
    }
    
  2. or download this
    #create first node
    $hr=\%I;
    ...
    $new->{'two'}=1;
    $hr->{'one'}=$new;