Help for this page

Select Code to Download


  1. or download this
    tie %$hash, "MultiHash";
    $hash->{ x }{ y }{ z } = 10;
    
  2. or download this
    sub STORE {
      my ($tied_hash, $value, @keys) = @_;
    ...
      if( $x == 'foo' ) { ... }
      ...
    }