Re: SQLite 3

2006-02-27 Thread David Kaufman
"Tom Phoenix" <[EMAIL PROTECTED]> wrote: > > On 2/27/06, Octavian Rasnita <[EMAIL PROTECTED]> wrote: >> Is there a perl module for SQLite3? > > Have you looked on CPAN? > >http://search.cpan.org/search?query=SQLite3&mode=all > > Hope this helps! Also, the SQLite DBD driver for DBI (available a

Re: bless $self, $class;

2006-02-17 Thread David Kaufman
Hi Ken! Ken Perl <[EMAIL PROTECTED]> wrote: > > what does the statement mean? > > bless $self, $class; Thar is what a perl monk says to a his students when he sneezes during a lesson and no one says "Gazunteit". -dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: regexpressions help

2006-02-14 Thread David Kaufman
"Hans Meier (John Doe)" <[EMAIL PROTECTED]> wrote: > > Gerald Wheeler wrote: >> I am trying to allow input of a person's first and last name in one >> form field, nothing more, nothing less >> >> There should be only one uppercase A-Z character followed by one or >> more lowercase a-z characters fo