Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'A1' =>  {
    ...
                     'val3' => [25],
                     'val4' => [11]     
           };
    
  2. or download this
    my %data;
    
    ...
        print"$key : $hash{$key}->{$val}";
    }
    }