Re: mod_perl 2.0 custom directive clarification

2006-02-20 Thread Frank Wiles
On Mon, 20 Feb 2006 21:32:02 +0100 [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote: > To quote a slightly longer excerpt: > > | This object can be later retrieved at request time via: > | > | my $dir_cfg = $self->get_config($s, $r->per_dir_config); > > which is clearly incorrect, unless "at reque

Re: (slightly OT) postgresql? firebird? mysql?

2006-02-20 Thread Jonathan
mysql's innodb and mysql 5's 'improvements' should address a lot of issues with previous versions that said, mysql and postgres are great. (i've never used firebird) there's beginning to be less of a difference between mysql and postgres as time progresses though the mysql project esse

Re: (slightly OT) postgresql? firebird? mysql?

2006-02-20 Thread Frank Wiles
On Mon, 20 Feb 2006 21:23:11 +0100 "Daniel McBrearty" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm currently using mysql, but I'm considering changing over to > firebird or postgre. > > Anyone have any reasoned loves/hates/useful experiences to pass on? I too love PostgreSQL and use it for e

Re: mod_perl 2.0 custom directive clarification

2006-02-20 Thread Dag-Erling Smørgrav
Frank Wiles <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote: > > The "Apache Server Configuration Customization in Perl" page claims > > that the following code can be used in the request handler to retrieve > > configuration values: > > > > my $dir_cfg = $self->get_co

Re: (slightly OT) postgresql? firebird? mysql?

2006-02-20 Thread Tyler MacDonald
Daniel McBrearty <[EMAIL PROTECTED]> wrote: > I'm currently using mysql, but I'm considering changing over to firebird or > postgre. > > Anyone have any reasoned loves/hates/useful experiences to pass on? I love postgresql! OK, to make it reasoned: * Better license than

(slightly OT) postgresql? firebird? mysql?

2006-02-20 Thread Daniel McBrearty
Hi guys, I'm currently using mysql, but I'm considering changing over to firebird or postgre. Anyone have any reasoned loves/hates/useful experiences to pass on? Thanks Daniel -- Daniel McBreartyemail : danielmcbrearty at gmail.comwww.engoi.com : the multi - language vocab trainerBTW : 08739281

ANNOUNCE: Krang 2.003

2006-02-20 Thread Aaron Dancygier
We're pleased to announce that Krang v2.003 is now available. This release is comprised of several bug fixes and some small but valuable enhancements. Of note are a more streamlined ssl configuration, and a popup template chooser. Notable changes in this release: * Fixed bug in sql/mypref.s

Re: mod_perl 2.0 custom directive clarification

2006-02-20 Thread Frank Wiles
On Mon, 20 Feb 2006 21:09:44 +0100 [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote: > The "Apache Server Configuration Customization in Perl" page claims > that the following code can be used in the request handler to retrieve > configuration values: > > my $dir_cfg = $self->get_config($s, $r->pe

mod_perl 2.0 custom directive clarification

2006-02-20 Thread Dag-Erling Smørgrav
The "Apache Server Configuration Customization in Perl" page claims that the following code can be used in the request handler to retrieve configuration values: my $dir_cfg = $self->get_config($s, $r->per_dir_config); however, it isn't quite clear what $self refers to in the request handler. A

Re: [FRIDAY] Trivia Question

2006-02-20 Thread David Nicol
> It's brian d foy and because he wants it that way: > > http://www252.pair.com/comdog/style.html some editors -- for instance, Wired magazine's policy IIRC -- refuse to recognize capitalization guides from authors, considering capitalization historically the domain of the craft of the scribe/

Another program about Protocol Handers!

2006-02-20 Thread LUKE
I use the code to redir smtp. And test the connection from outlook. But i find that the . can not recv from socket($socket->recv($line, 1024)) . I use WPR PRO to sniffer the packet , the outlook send out . . = package SMTP; use stri