in reply to Re: Optimizing perl code performance
in thread Optimizing perl code performance

The standard advice for optimizing any code is to profile it, and then optimize only those parts which are shown to consume a large part of the processing time. In this case, MidLifeXis's suggestion accomplishes much the same thing with much less work.
Bill