in reply to Re: Re: multiple (different) substitutions on same $foo
in thread multiple (different) substitutions on same $foo
If your code is as simple as the sample you presented (three substitutions), then I believe your original style is probably faster and much clearer than the other alternatives proposed.
If you actually have dozens of substitutions to make, then I think it may be worth trying out one of the abstractions offered, though performance should be tested if it is a possible concern.
-- Eric Hammond
|
---|
Replies are listed 'Best First'. | |
---|---|
Bubba is Confused
by Arbogast (Monk) on Aug 22, 2003 at 16:06 UTC | |
by jonnyfolk (Vicar) on Aug 22, 2003 at 18:46 UTC |