madM has asked for the wisdom of the Perl Monks concerning the following question:
and i want to replace those values with 'B N M C'@array= qw(A R N D);
any suggestions?my @array= qw (A R N D); @array= 'B N M C';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: replace/ overwrite values of arrays!
by choroba (Cardinal) on May 12, 2014 at 10:00 UTC | |
|
Re: replace/ overwrite values of arrays!
by davido (Cardinal) on May 12, 2014 at 14:06 UTC | |
by ikegami (Patriarch) on May 14, 2014 at 15:13 UTC | |
|
Re: replace/ overwrite values of arrays!
by leslie (Pilgrim) on May 12, 2014 at 10:17 UTC | |
|
Re: replace/ overwrite values of arrays!
by Anonymous Monk on May 12, 2014 at 10:01 UTC | |
|
Re: replace/ overwrite values of arrays!
by AnomalousMonk (Archbishop) on May 12, 2014 at 11:20 UTC | |
|
Re: replace/ overwrite values of arrays!
by InfiniteSilence (Curate) on May 12, 2014 at 14:00 UTC |