in reply to Re: dereference array of array
in thread dereference array of array
is not ideal. I really need it in the form 11 40 13 11 3 4 so I can pass it into a subroutine for creating a latex table. Any ideas$VAR1 = [ '11', '40', '13', '11', '3', '4' ];
Update
@{$results[0]} worked thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dereference array of array
by LanX (Saint) on Jan 21, 2013 at 11:46 UTC |