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_config->get($key);
>
> again, if you saw it without get() please let me know exactly where.
>
> --Geoff
>
http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_
and then ca 33 lines down.

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 written" so that´s why i used the possibly wrong syntax:
PerlAddVar foo one two three
as i had to guess what could be done. But it seems to work.
Shouldnt it??


-- 
Bengt-Arne Fjellner
0910-58 53 69


Reply via email to