in reply to Re: Same code, same data, different execution times?
in thread Same code, same data, different execution times?

You need the "/o" option on the end of that regex or it is going to recompile it every time it is executed because of the variable inside of it.
  • Comment on Re: Re: Same code, same data, different execution times?

Replies are listed 'Best First'.
Re: Re: Re: Same code, same data, different execution times?
by Anonymous Monk on Mar 21, 2003 at 18:38 UTC
    Ooops my bad. Missed you using the qr// construct. Apologies