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


in reply to Question about how to return a array in subroutine to form a two dimensional array

the generator of the array looks a little off, personally i would have used a ref, i.e. $array = [];, and done it manually, or with a loop.

--linuxkid


imrunningoutofideas.co.cc