>>>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