in reply to Re: fetching array of array, using a loop
in thread fetching array of array, using a loop
First of all, thank you for your time. Yes, you are right.
or do you want the elements at index 7 in each array ref on one line?
I want @temparray to be stored at 7th index.Now after putting my @tmp in brackets; and using your lines of code I am getting this error. Can't use string ("G6081") as an ARRAY ref while "strict refs" in use at perly.pl line 24.
Further, Is there anyway to know how @finalarr (line 89) is arranging its all elements down to bottom?? Pl help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: fetching array of array, using a loop
by shmem (Chancellor) on Jun 27, 2007 at 10:02 UTC | |
by cool (Scribe) on Jun 27, 2007 at 11:41 UTC |