> -----Original Message-----
> From: Nikolaus Rath [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 09, 2001 12:29 PM
> To: Geoffrey Young
> Subject: Re: Passing Objects with PerlSetVar
> 
> > I don't thing that will work.  dir_config() is an 
> Apache::Table object,
> > which stringifies everything behind the scenes.
> 
> Yes.. It doesn't work... :-|
> 
> > you can assign multiple values using PerlAddVar, though.
> > 
> >   PerlSetVar Foo one
> >   PerlAddVar Foo two
> > 
> >   my @list = $r->dir_config->get('Foo');
> 
> Sounds interesting. But where can i read about this feature? man
> mod_perl doesn't know it.

PerlAddVar is documented in man Apache and in the archives

> 
> 
> PS: I'm reading the mailinglist. Isn't it better to discuss this
>     in the public? Maybe there are other people interested in it...

yes, it is best to keep discussions on the list for the benefit of all :)

--Geoff

> 
> bye
> Nikolaus
> 

Reply via email to