Hello,
I want to initialize and use an array (list) of associative array. The top
level (main) list will have each element as an associative array.
I initiatize the list with:
@MainList = ();
To add elements, I am doing:
push(@MainList, [%ElementAssocArray]);
To access each element (for example the 1st element), I plan to do:
%myElement = %MainList(0);
To access elements in the associative element list, I will do:
$myAge = %myElement{"Age"};
Is this correct?
With Regards,
Sharat
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]