Re: Derefencing Lists used as a hash value

2001-08-27 Thread Randal L. Schwartz
> "Bentwingedbird" == Bentwingedbird <[EMAIL PROTECTED]> writes: Bentwingedbird> I know I can do $elements1{$element}[x] to get to an Bentwingedbird> idividual index within the list, but how can I pull Bentwingedbird> the whole list into a temporary storage variable? Bentwingedbird> I've tr

Derefencing Lists used as a hash value

2001-08-27 Thread bentwingedbird
Greetings all - I'm working on a short script that will compare two XML DTDs. I create two hashes (one for each DTD), and use the DTD Element names as the key, and a referece to a list that contains the element number (i.e., where it appears in the document, from 0 to n) followed by that elem