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 value
MP_CMD_DIR_TAKE2("PerlSetVar", set_var, "PerlSetVar")
so your configuration assumes something that isn't true. this
PerlAddVar foo one
PerlAddVar foo two
PerlAddVar foo three
ought to work just fine.
if you read that
PerlAddVar foo one two three
ought to work, please point it out and I'll fix the docs (if possible, that
is :)
--Geoff