Help for this page

Select Code to Download


  1. or download this
    my %hash;
    for $i (1..10) {
      %hash = somefunc($i);
      $hash_of_hashes{$rn} = \%hash;     # WRONG!
    }