anbutechie has asked for the wisdom of the Perl Monks concerning the following question:
@x returns ARRAY(0x225130)$b[0][0]=00; $b[0][1]=01; $b[0][2]=02; $b[1][0]=10; $b[1][1]=11; $b[1][2]=12; $b[2][0]=20; $b[2][1]=21; $b[2][2]=22; @x=@b[0];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to store the list of values to array from 2D array
by ikegami (Patriarch) on Mar 05, 2009 at 07:30 UTC | |
by anbutechie (Sexton) on Mar 05, 2009 at 07:47 UTC | |
|
Re: How to store the list of values to array from 2D array
by grizzley (Chaplain) on Mar 05, 2009 at 06:57 UTC | |
|
Re: How to store the list of values to array from 2D array
by freshbee (Initiate) on Mar 05, 2009 at 07:05 UTC | |
by Anonymous Monk on Mar 05, 2009 at 07:32 UTC |