Leitchn has asked for the wisdom of the Perl Monks concerning the following question:
for $count(0..52){
$someText =~ s/quotemeta('$array1{$count}')/quotemeta('$array2{$co +unt}')/g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Substitution problem.
by Dominus (Parson) on Nov 25, 2000 at 05:48 UTC | |
Re: Substitution problem.
by snax (Hermit) on Nov 25, 2000 at 20:13 UTC | |
Re: Substitution problem.
by Fastolfe (Vicar) on Nov 25, 2000 at 05:45 UTC | |
by Dominus (Parson) on Nov 25, 2000 at 08:47 UTC | |
by snax (Hermit) on Nov 25, 2000 at 19:50 UTC | |
by tilly (Archbishop) on Nov 25, 2000 at 20:08 UTC | |
by snax (Hermit) on Nov 25, 2000 at 20:15 UTC |