in reply to Multidimensional hashes

You want array ref, not array as hash values.

Also use Data::Dumper, so you don't need to code to dump the hash.

Replies are listed 'Best First'.
Re^2: Multidimensional hashes
by emav (Pilgrim) on Nov 02, 2004 at 22:36 UTC
    Now I get it! Thanks guys!