On Thu, 02 May 2002 16:56:02 +0800, Stas Bekman wrote: >Is it possible to simply localize the hash elements? Will this work >properly?
> local $dbh->{LongReadLen} = 40; As Tim wrote a few months (?) ago: it will "work", but since a DBI object is a tied hash, you'll get memory leaks. -- Bart.