> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 1:31 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: modperl/Apache Apache.pm
>
>
> dougm 01/04/25 22:30:46
>
> Modified:.Changes
>Apache
On Mon, 30 Apr 2001, Geoffrey Young wrote:
> I mean, that I used to use just
> use Apache::Dispatch;
> in a startup.pl and my custom directives would work just fine.
>
> now, I get errors unless I use
> PerlModule Apache::Dispatch
>
> maybe I was taking advantage of a feature I shouldn't hav
On Mon, 30 Apr 2001, Geoffrey Young wrote:
> maybe I was taking advantage of a feature I shouldn't have been using?
Yes, config directives created by Apache::ExtUtils :-)
--
/||** Founder and CTO ** ** http://axkit.com/ **
//||** AxKit.com Ltd ** ** XML Application
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 1:31 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: modperl/Apache Apache.pm
>
>
> dougm 01/04/25 22:30:46
>
> Modified:.Changes
>Apache
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 27, 2000 10:56 AM
> To: Geoffrey Young
> Subject: RE: cvs commit: modperl/Apache Apache.pm
>
>
> > ok... I'll try to investigate in the next day or so...
>
a PerlSetVar foo following a PerlAddVar foo is supposed to reset the value
of foo, clearing the previous array (IIRC)
might be worth noting...
also, once you use the Apache::Table interface for either, you can call
set() in addition to add(). Doug thought that this might only set it for
the lif