On Fri, 28 Sep 2001, Philippe M . Chiasson wrote:

> Aie ! There is a slight problem with this patch, as was pointed out by Stas a while 
>ago.
> 
> Blame it on the annoying TZ lag introduced in e-mail when living in Singapore ;-)
> 
> This patch works, but doesn't preserve ARRAY context, thus:

ok.  could probably just pass wantarray to table_get_set and do:

return $wantarray ? ($table->get($key)) : scalar $table->get($key)


Reply via email to