Re: Associative arrays of associative arrays

2004-07-06 Thread Gunnar Hjalmarsson
Philip Tham wrote: Is is possible to have an associative array where the key is a string and value is another associative array. Almost. The value needs to be a *reference to* another hash. perldoc perlreftut If so, How do I use it. perldoc perldsc -- Gunnar Hjalmarsson Email: http://www.g

Associative arrays of associative arrays

2004-07-06 Thread Tham, Philip
Is is possible to have an associative array where the key is a string and value is another associative array. If so, How do I use it. Philip -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]