in reply to Re: CGI::Application as a mod_perl handler
in thread CGI::Application as a mod_perl handler
Also, shouldn't it be:
sub handler { my $proto = shift; $class = ref $proto || $proto; $class->new( @_ )->run; return OK; }
I'm thinking that would allow for both inheritance and for parameters to be passed in ... or am I missing something?
------
We are the carpenters and bricklayers of the Information Age.
Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose
I shouldn't have to say this, but any code, unless otherwise stated, is untested
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Application as a mod_perl handler
by adrianh (Chancellor) on May 08, 2004 at 08:42 UTC |