Re: search and replace on an array



In article <1151682660.215540.121620@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, ebm
<ebmarquez@xxxxxxxxx> wrote:

Yeah, I know it can be done that way too, but that's not what I'm
really looking for.
This is a part of a larger script and I'm not going to rewrite the
whole this for this.
do you have any ideas on how to search and replace on an array?

s/search/replace/ for @array;
.



Relevant Pages