On Mon, Jan 26, 2004 at 03:26:32PM -0000, Avis, Ed wrote: > [diff to DBI.pm] > > >+ ($tuple_status) ? @$tuple_status = () : $tuple_status = []; > > AFAIK this code is equivalent to > > @$tuple_status = (); > > because of autovivification.
True. I prefer to make it explicit. I guess a comment that it autovivifies would have sufficed. Ho hum. Tim.
