in reply to Re^5: Using Array of Arrays
in thread Using Array of Arrays

So if I declare a field outside of a loop (as in the my $result above), I can modify it inside the loop, and still have access to it outside, when the loop is done, but, I can't depend on the actual LOOP variable ($loopVar)to be set to any specific value, anywhere but INside the loop, correct? Thanks for your help and patience, Grandfather, this is getting more fun by the minute.