in reply to Re^2: Arrays of Arrays
in thread Arrays of Arrays

sorry for repeated posting but I am new to this forum and the question format changed after posting it. I thought to repost it again. Sorry. Here's the output of your script John. 1, 2 3, 4 5, 67, 89. but can you pls explain how do i control the array size? for example: EX1: 123 in an array, 456 in an array and 789 in an array Ex2: 1234 in an array, 5678 in an array.... 1,2,34,5,67,8,9 or 1,2,3,4 5,6,7,8 9 also can anybody let me know if there is any good documentation for dummies to learn subroutines. Thanks

Replies are listed 'Best First'.
Re^4: Arrays of Arrays
by perl_junior_121 (Initiate) on Nov 07, 2008 at 14:14 UTC
    Hi john, Thanks for your kind help. I could learn how to get the required matrix dimensions playing around with your code. But it would be great if you can explain me a bit about the code on your convenience. Thank you very much. Enjoy your weekend! cheers, junior