Help for this page

Select Code to Download


  1. or download this
    my %hash = (
     foo => { foo1 => {foo2 => 5 } },
     bar => { baz => [ 1,2,3 ], foo2 => 33 },
     ...
    )
    
  2. or download this
    $hash<*><foo2>
    $hash<//><foo2>
    
  3. or download this
    $hash<bar><//><foo2>