[mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
-8<-- Start Bug Report 8<-- 1. Problem Description: Apache2::RequestUtil->dir_config does not seem to work as stated in list context. PerlAddVar foo one two three @values = $r->dir_config($key); # only gives one value this script used as normal registry sc

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Geoffrey Young
Bengt-Arne Fjellner wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > Apache2::RequestUtil->dir_config does not seem to work as stated in list > context. > PerlAddVar foo one two three > @values = $r->dir_config($key); # only gives one valu

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
Geoffrey Young skrev: > > > Bengt-Arne Fjellner wrote: >> -8<-- Start Bug Report 8<-- >> 1. Problem Description: >> Apache2::RequestUtil->dir_config does not seem to work as stated in list >> context. >> PerlAddVar foo one two three >> @values = $r->dir_con

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Geoffrey Young
>>>Apache2::RequestUtil->dir_config does not seem to work as stated in list >>>context. >>>PerlAddVar foo one two three >>>@values = $r->dir_config($key); # only gives one value ugh, sorry I didn't see this the first time. the syntax is @values = $r->dir_config->get($key); again, if you sa

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
Geoffrey Young skrev: > Apache2::RequestUtil->dir_config does not seem to work as stated in list context. PerlAddVar foo one two three @values = $r->dir_config($key); # only gives one value > > ugh, sorry I didn't see this the first time. > > the syntax is > > @values = $r->dir

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Geoffrey Young
> http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_ > and then ca 33 lines down. ok, thanks. > > also > http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ > http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlSetVar_ > has only "META: to be

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
Geoffrey Young skrev: > >> http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_ >> and then ca 33 lines down. > > ok, thanks. > >> >> also >> http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ >> http://perl.apache.org/docs/2.0/user/config/config.html#C_Per

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-20 Thread Geoffrey Young
> more: > http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_ > and then ca 7 lines down. > > also same page after synopsis ca 14 lines down. fixed, thanks. --Geoff