On Mon, 6 Aug 2001, Nouguier Olivier wrote:

> Hi all,
>
>     Don't we need to load the module before using it?

that's right, I assumed that it was preloaded already :) thanks for this
note.

> With:
> ####################
> PerlModule My::Module::Name
> <Location /foo>
>         SetHandler perl-script
>         PerlHandler My::Module::Name
> </Location>
> ######     OR  ########
> <Location /foo>
>         SetHandler perl-script
>         PerlHandler +My::Module::Name
> </Location>
> #####################
>
> Stas Bekman wrote:
>
>
> > I don't understand why have sent your email as an attachement... how do
> > you want us to quote it?
> >
> > Anyway:
> >
> > <Location /foo>
> >         SetHandler perl-script
> >         PerlHandler my::foo->cookie_check()
> > </Location>
> >
> > s/my::foo->cookie_check/my::foo::cookie_check/ - since it's not a method,
> > $r is merely passed to the handler.
> >
> > And read the eagle book about stacked handlers if that's what you want.
> >
> > _____________________________________________________________________
> > Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
> > http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
> > mailto:[EMAIL PROTECTED]  http://apachetoday.com http://eXtropia.com/
> > http://singlesheaven.com http://perl.apache.orghttp://perlmonth.com/
>
> --
> My mother always used to tell me, "The early bird gets the worm."
> The message seemed pretty clear to me: If you sleep late, you're
> a lot less likely to be killed by a bird.
>     -- Elliott Downing
>
>
>



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to