Can I dynamically declare an array by doing something like:

for (keys %codes_hash) {
        my @$_;
{

so that I have an array for each code in my hash that I can push data to whatever array is associated with the code that I searching on at that iteration?

Tim

--
Tim McGeary
[EMAIL PROTECTED]


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to