Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl and MySQL - performing a search...

by Mr. Muskrat (Canon)
on Jan 27, 2003 at 14:37 UTC ( [id://230231]=note: print w/replies, xml ) Need Help??


in reply to Perl and MySQL - performing a search...

I'm surprised that no one has mentioned Regexp::Common.
Here is the synopsis from the Regexp::Common::profanity docs...

use Regexp::Common qw /profanity/; while (<>) { /$RE{profanity}/ and print "Contains profanity\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-23 19:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found