in reply to Re^5: Array of hashes reference problem
in thread Array of hashes reference problem
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
|
|---|