in reply to
storing a qr// compiled regexp in a database?
Have you compared the time needed to execute a SELECT on your database to the time needed by regex compilation? I think you'd be unlikely to see any benefit
even if
it was possible!
-sam
Comment on
Re: storing a qr// compiled regexp in a database?
In Section
Seekers of Perl Wisdom