Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^6: Array of hashes reference problem

by tlemons (Novice)
on Jun 22, 2005 at 21:30 UTC ( [id://469199]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Array of hashes reference problem
in thread Array of hashes reference problem

Thanks very much! It solved my problem. Aside from the infinite loop, your code worked and my didn't. I stared at it, and noticed that the important difference was:

Your code
my @arrayAoH;

My code
my @arrayAoH = "";

By initializing the array, I shot myself in the foot. When I removed that "" initialization, my code worked great.

Thanks VERY much for the help!

tl

  • Comment on Re^6: Array of hashes reference problem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://469199]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 06:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found