Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Folks,
Evaluates for each elements in @one and @two and return its value to @multi;
@one=('2', '3', '4', '5', '10', '100'); @two=('6', '2', '3', '7', '2', '7');
@multi array would have:
@multi=('12', '6', '12', '35', '20', '700');
Thank for Your Help!!.
Sow
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Evaluates two array index
by gopalr (Priest) on Apr 06, 2005 at 11:15 UTC | |
|
Re: Evaluates two array index
by sh1tn (Priest) on Apr 06, 2005 at 11:14 UTC | |
|
Re: Evaluates two array index
by Nevtlathiel (Friar) on Apr 06, 2005 at 11:14 UTC | |
|
Re: Evaluates two array index
by tlm (Prior) on Apr 06, 2005 at 11:17 UTC | |
by sh1tn (Priest) on Apr 06, 2005 at 11:31 UTC | |
|
Re: Evaluates two array index
by cog (Parson) on Apr 06, 2005 at 11:26 UTC | |
|
Re: Evaluates two array index
by Forsaken (Friar) on Apr 07, 2005 at 07:16 UTC |