Regex and bad words

2006-05-05 Thread Sky Blueshoes
I've been trying to develop some regex's to match bad words. Just comparing against a list of bad words doesn't work that well, because I would have to include every possible use of a curseword, ie: bullshit, shit, shithead, etc. Plus looping through every word in the list would invariably be

AIML and Perl

2006-03-27 Thread Sky Blueshoes
I have been playing around with Chatbot::Eliza and found it very difficult to import and personalities already created. I am looking for an easy method for importing and using AIML. Here is an example of AIML script: ?xml version=1.0 encoding=ISO-8859-1? aiml !-- Free software

Process a subroutine

2006-03-12 Thread Sky Blueshoes
is there a way to run a subroutine as a seperate process without using fork? SkyBlueshoes -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Clearing tables...

2006-03-09 Thread Sky Blueshoes
What is the sequel statement to clear an entire table using DBI? SkyBlueshoes -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Fork or Thread?

2006-02-22 Thread Sky Blueshoes
to documentation are extremely welcome. Sky Blueshoes -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

IRC Proxy support

2006-02-12 Thread Sky Blueshoes
I've written an IRC bot, but I would like to add proxy support. I have no idea how to start on this. Does anyone know of a module that does this or at least the specifics of connecting to IRC through a proxy? -- SkyBlueshoes http://skyblue.fulllifeministries.org [EMAIL PROTECTED] Intel

Re: pseudohash

2006-02-11 Thread Sky Blueshoes
Alan wrote: On Saturday 11 February 2006 10:10, James Marks wrote: On Feb 11, 2006, at 12:04 AM, Owen Cook wrote: On Sat, 11 Feb 2006, Beast wrote: Could someone explain what is pseudohash means? Maybe have a read of perlref, try http://perldoc.perl.org/perlref.html