use strict; my @a = (qw(a b c)); my @b = (qw(x y z)); my @c = ( map { my $t = $_; (map { "$t-$_" } @a) } @b );
-Paul
In reply to Re: Uniformly Populating an Array with Elements of Another Array
by jettero
in thread Uniformly Populating an Array with Elements of Another Array
by neversaint
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |