Doug MacEachern wrote:
> On Thu, 20 Sep 2001, Stas Bekman wrote:
>
>
>>Apache::TestConfigPerl has this snippet:
>> $self->postamble($self->$container($module),
>> { @args }) if @args;
>>
>>now the array becomes hash so if there were two identical keys they get
>>smashed.
>>
>>Now consider this __DATA__ section in test:
>>
>>PerlSetVar Foo 1
>>PerlSetVar Bar 2
>>
>
> you could just do this instead:
>
> PerlSetVar Foo 1 Bar 2
yes, but this is a workaround that is ok if you need to set 2 pairs.
what happens if you need to set 4 and more? Isn't my 1.5 proposals to
fix the problem good?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]