in reply to HwithinHoA? Complex Data Structure...I am so lost...
Staying with tester, what are you actually trying to iterate over with foreach $new_marker(%HoHMarker) { ...? You can't really iterate over a hash like that; do you mean to iterate over an array contained in that hash?
Without wanting to re-ignite a religeous war, your use of <TABS> to indent your code makes life difficult unless you are working in Super Panorama. Also, indenting only really works if it is applied consistently.
For your user-determined variable names, use a hash.
@{ $userHash{ $newName } } = @array;
I hope this is useful.
Cheers,
JohnGG
|
|---|