Help for this page

Select Code to Download


  1. or download this
    $data_hash{$key0}[$idx0]{$key1} = <some floating point value>
    
  2. or download this
    
    # create a new hash where the key is the value of the original hash, a
    +nd the value is an array of keys from the original hash that have the
    + given value
    ...
    
    
    }