Help for this page

Select Code to Download


  1. or download this
    $my_hash{'my_key'} = [@my_array];
    
    #     Turns out to be the correct way to put an array into 
    #     a hash value.
    
  2. or download this
    push ($HoA{key},@values)