Help for this page

Select Code to Download


  1. or download this
    %hash = (
              1 => {
    ...
              },
              2.... # iteration
    );
    
  2. or download this
    
    $hash{1}{1} = "blah";
    $hash{1}{2} = "blah";