in reply to 1 loop too many in array iteration

Athanasius++

jms53 if the loop goes like this you try to print your data structure using Data::Dumper module, so that you can get understand how the data get saved.

Replies are listed 'Best First'.
Re^2: 1 loop too many in array iteration
by jms53 (Monk) on Feb 13, 2013 at 10:05 UTC

    I didn't see the structure any different from what I was expecting in Data::Dumper, although that is likely to be my lack of experience with Data::Dumper.

    Athanasius's correction to the sub made everything work as expected.

    Thanks for all the help and wisdom!
    J -