in reply to Re: How do I print an array of hashes containing an array
in thread How do I print an array of hashes containing an array

This is my problem.
When running your code I get:
HASH(0x22cad04), HASH(0x22caac4), HASH(0x22caa88), HASH(0x22c6928)

Replies are listed 'Best First'.
Re^3: (nrd) How do I print an array of hashes containing an array
by newrisedesigns (Curate) on Feb 18, 2003 at 17:00 UTC

    Then use Data::Dumper to set a better look at that's actually going in to the ref, then go from there.

    Check out perldsc if you haven't already. Good luck to you.

    John J Reiser
    newrisedesigns.com

      Thanks guys,
      I got it, I always forget about Data::Dumper.
      Thanks again