in reply to Re: storing a qr// compiled regexp in a database?
in thread storing a qr// compiled regexp in a database?

The regexps will be stringified (and thus not "compiled") once they are stored into the DB_File database. You cannot store the object as a compiled regexp inside a DB_File or any other on-disk database.
  • Comment on Re^2: storing a qr// compiled regexp in a database?