[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: URI::Escape::uri_escape, regarding lack of qr//
On Tue, Jan 25, 2000 at 03:31:46PM -0500, Jeff Pinyan wrote:
> Perhaps Gisle would like to take advantage of qr// in the next release of
> this module...?
Well maybe one reason why not maybe that he was the code to still work with
pre-5.005
> The only "obstacle" is that it can be kinda slowish to
> do:
>
> $re = qr/.../;
> if (s/$re/.../) { ... }
What do you mean by slowish ? the qr would only need to be done once
and the result can be cached.
Graham.
- Follow-Ups from:
-
Jeff Pinyan <jeffp@crusoe.net>
- References to:
-
Jeff Pinyan <jeffp@crusoe.net>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]