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
  • Comment on Re: Question about how to return a array in subroutine to form a two dimensional array
  • Download Code