> It would be nice, in my opinion, to have some way of doing:
> 
> PerlAddVar Fred "Value 1"
> PerlAddVar Fred "Value 2"
> 
> And then in your script:
> 
> my @values = $r->dir_config('Fred');
> 
> which gets ("Value 1","Value 2") in @values.
> 
> Any thoughts on this? (I'm not set on the name PerlAddVar, if that's
> anyone's concern - but what about the idea of it?)

That [the name] would be confusing. How about:

PerlSetScalar Foo Bar

PerlSetArray Foo A B C
PerlPushArray Foo D

PerlSetHash Foo key val

______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------

Reply via email to