Help for this page

Select Code to Download


  1. or download this
    while( my( $key1, $ref1 ) = each %hash ) {
      while( my( $key2, $val2 ) = each %{$ref1} ) {
        push @Array, { $key2 => $val2 };
      }
    }