sub propogate { my($array, $from, $to) = @_; foreach (@$array) { foreach (@$_) { $_ = $to if $_ == $from; } } }
In reply to Re: Fast search/replace?
by chipmunk
in thread Fast search/replace?
by weingart
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |