http://www.perlmonks.org?node_id=436351


in reply to Re: Populating Arrays of Arrays
in thread Populating Arrays of Arrays

Note that you have way too many declarations up front. Try moving the "my" closer to where each variable is first used. This is Perl, not Pascal. Thanks.

Is that really a big deal? I declare the same way (although I will group declarations together).