Re: Storing the configuration for a later reuse

2000-08-10 Thread Matt Sergeant
On Thu, 10 Aug 2000, Stas Bekman wrote: > Following up on Ken's patch of Apache::test and his desire to have a > module which will retrieve the installed mod_perl specific information. I > was thinking that it would be a nice to have an Apache::Config for > mod_perl 2.0, similar to Config.pm in P

Storing the configuration for a later reuse

2000-08-10 Thread Stas Bekman
Following up on Ken's patch of Apache::test and his desire to have a module which will retrieve the installed mod_perl specific information. I was thinking that it would be a nice to have an Apache::Config for mod_perl 2.0, similar to Config.pm in Perl. The module should store all the information

Re: Apache::Symbol::undef_functions;

2000-08-10 Thread Eric Cholet
> > > I'm trying to replicate StatINC in Dispatch.pm and ran > > across something > > > interesting. > > > > > > a call to > > > $class->Apache::Symbol::undef_functions; > > > > > > makes my OO behave oddly - instead of returning the rc of > > the method, it > > > returns the method nam

RE: Apache::Symbol::undef_functions;

2000-08-10 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 11:26 PM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: Apache::Symbol::undef_functions; > > > On Wed, 9 Aug 2000, Geoffrey Young wrote: > > > Hi Doug... > > > > so