in reply to Re^3: symbolic ref error
in thread symbolic ref error

I'm not familiar with using a "hash array". Where can I learn more? I have all the O'Reilly books on Perl. In your example, how would you retreive the values from the numerous arrays?

Replies are listed 'Best First'.
Re^5: symbolic ref error
by runrig (Abbot) on Aug 10, 2005 at 18:31 UTC
    Start with perldoc perldata, perldsc, and perllol. And look up "hash" in the index and table of contents in your books. Are you familiar with "associative array"? It's the same sort of thing.