kevsurf has asked for the wisdom of the Perl Monks concerning the following question:
@one = qw(A B C D); @two = qw(E F G H);
@mda = ( [A][E], [B][F], [C][G], [D][H] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: build multidimensional array from arrays
by broquaint (Abbot) on Jan 29, 2004 at 17:00 UTC | |
|
Re: build multidimensional array from arrays (mapcar)
by tye (Sage) on Jan 29, 2004 at 19:56 UTC | |
|
Re: build multidimensional array from arrays
by jonadab (Parson) on Jan 29, 2004 at 17:00 UTC | |
|
Re: build multidimensional array from arrays
by Limbic~Region (Chancellor) on Jan 29, 2004 at 17:04 UTC | |
|
Re: build multidimensional array from arrays
by blue_cowdawg (Monsignor) on Jan 29, 2004 at 17:05 UTC | |
by kevsurf (Acolyte) on Jan 29, 2004 at 18:40 UTC | |
by Not_a_Number (Prior) on Jan 29, 2004 at 19:10 UTC |