in reply to Re: XML::Twig loves to eat my memory
in thread XML::Twig loves to eat my memory
$sth->finish() has no effect since $sth->fetchrow_hashref() is an while loop. When sth reaches end of recordset it effectively calls sth->finish(). The DBI docs back this up.