; Sent: Friday, February 04, 2000 1:25 PM
> To: mod_perl list
> Subject: Re: [Rare Modules] Apache::RegistryNG
>
>
> On Fri, 4 Feb 2000, Simon Rosenthal wrote:
>
> > At 07:55 PM 2/4/00 +0200, Stas Bekman wrote:
> > > > At 06:17 PM 2/4/00 +0200, Stas Bekman wro
On Fri, 4 Feb 2000, Simon Rosenthal wrote:
> At 07:55 PM 2/4/00 +0200, Stas Bekman wrote:
> > > At 06:17 PM 2/4/00 +0200, Stas Bekman wrote:
> > > >The next module is Apache::RegistryNG.
> > > >
> > > >C is the same as C, aside from
> > > >using filename instead of URI for the namespace. It also
> > C inherits from C, but the
> > handler() is overriden.
>
> Does this have any implications for users of `dirty' scripts?
Apache::PerlRun is for the `dirty' scripts, Apache::RegistryNG is not.
> Obviously such scripts will be `legacy' code, of course...
>
> 73,
> Ged.
>
>
_
At 07:55 PM 2/4/00 +0200, Stas Bekman wrote:
> > At 06:17 PM 2/4/00 +0200, Stas Bekman wrote:
> > >The next module is Apache::RegistryNG.
> > >
> > >C is the same as C, aside from
> > >using filename instead of URI for the namespace. It also uses OO
> > >interface.
> > >
> > >
> >
> > >There is
Hi there,
On Fri, 4 Feb 2000, Stas Bekman wrote:
> C inherits from C, but the
> handler() is overriden.
Does this have any implications for users of `dirty' scripts?
Obviously such scripts will be `legacy' code, of course...
73,
Ged.
> At 06:17 PM 2/4/00 +0200, Stas Bekman wrote:
> >The next module is Apache::RegistryNG.
> >
> >C is the same as C, aside from
> >using filename instead of URI for the namespace. It also uses OO
> >interface.
> >
> >
>
> >There is no compelling reason to use C over
> >C, unless you want to do
At 06:17 PM 2/4/00 +0200, Stas Bekman wrote:
>The next module is Apache::RegistryNG.
>
>C is the same as C, aside from
>using filename instead of URI for the namespace. It also uses OO
>interface.
>
>
>There is no compelling reason to use C over
>C, unless you want to do add or change the
>fun
The next module is Apache::RegistryNG.
C is the same as C, aside from
using filename instead of URI for the namespace. It also uses OO
interface.
PerlModule Apache::RegistryNG
SetHandler perl-script
PerlHandler ApacheRegistryNG->handler
C inherits from C, but the
handler() is ov