in reply to Re: (Ovid) Re: array reference as hash key
in thread array reference as hash key

As I pointed out in an earlier message in this thread, you could use the references as keys, provided you have a secondary way of reverting the keys back into valid references.

However, I think you would be better served by designing a more appropriate data structure for this task. Have a closer look at the Perl Data Structures page, or the Perl Data Structures Cookbook page.

--rjray

  • Comment on Re: Re: (Ovid) Re: array reference as hash key