http://www.perlmonks.org?node_id=236310


in reply to Re: 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

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

  • Comment on Re^3: (nrd) How do I print an array of hashes containing an array

Replies are listed 'Best First'.
Re: Re^3: (nrd) How do I print an array of hashes containing an array
by Anonymous Monk on Feb 18, 2003 at 17:35 UTC
    Thanks guys,
    I got it, I always forget about Data::Dumper.
    Thanks again