Hi,
The key to the hash I have in mind is an array of integers.
Hashes in perl take only scalars as keys.
I could join the integer array into a string, and use that as the key, but I'm looking for something faster.
(The details of why I want this are quite complex, but I'll be glad to provide them if interested.)
Anyone ? Thanks.