Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: DBD-SQLite Regexp

by clueless newbie (Curate)
on Nov 26, 2012 at 18:42 UTC ( [id://1005741]=note: print w/replies, xml ) Need Help??


in reply to DBD-SQLite Regexp

DBD::SQLite has a wonderful $dbh->sqlite_create_function( $name, $argc, $code_ref ) which allows you to write perl functions and call them from SQLite. It also has a pre-declared but not defined REGEXP. You can use the sqlite_create_function to define this REGEXP.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1005741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-23 21:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found