in reply to Re: non-scalar hash key
in thread non-scalar hash key

It is indeed. Thank you very much. I pack as follows though:
my $p = pack('L*', @$pa);
because it's an integer array.
I also think it uses less memory. But that I still have test.
Thanks again. Seems like this is the only thing to do apart from implementing my own hash algorithm.