in reply to Re^2: assigning hash key to reference of array question
in thread assigning hash key to reference of array question

You need to use a comma instead of an = (just like my code shows).
  • Comment on Re^3: assigning hash key to reference of array question

Replies are listed 'Best First'.
Re^4: assigning hash key to reference of array question
by Anonymous Monk on Feb 28, 2011 at 20:46 UTC
    Yes, thank you that works.. I really need to understand what is going on... thank you all guys!!!!
      Keep in mind that, while my code avoids clobbering keys, it is not a complete solution. Others have provided complete (and better) solutions.