Re: printing elements of an arrays of references

2007-10-18 Thread Paul Lalli
On Oct 18, 11:44 am, [EMAIL PROTECTED] (Pedro Soto) wrote: > Dear all, > I am trying to make a matrix out of a file (row-columns) using perl. In > particular I would like to print the first row of an array of arrays which > contains the headings of the file. > I tried to do it but I can't print it.

Re: printing elements of an arrays of references

2007-10-18 Thread Chas. Owens
On 10/18/07, Pedro Soto <[EMAIL PROTECTED]> wrote: > Dear all, > I am trying to make a matrix out of a file (row-columns) using perl. In > particular I would like to print the first row of an array of arrays which > contains the headings of the file. > I tried to do it but I can't print it. If used

Re: printing elements of an arrays of references

2007-10-18 Thread Matthew Whipple
Pedro Soto wrote: > Dear all, > I am trying to make a matrix out of a file (row-columns) using perl. In > particular I would like to print the first row of an array of arrays which > contains the headings of the file. > I tried to do it but I can't print it. If used $AoA[0], I get the reference > t