Hi Steffen,

> -----Original Message-----
> I don't know how aggregator.pl looks like, but I guess there are
> global handles ($dh, $sth). Object destruction order during global
> destruction is non-deterministic. Try to use lexical scoped variables:
> 
>   {
>     my $dbh = ...
> 
>   }

aggregator.pl is very short since it's just an instance script to a
CGI::Application module, and since I'm using Class::DBI I don't actually use
any $dbh or $sth in my own code. =)

I don't really have an intimate knowledge of Class::DBI's source, but it may
have something to do with Ima::DBI since that's where all of the $sth and
$dbh stuff is handled (... I think).

In a worse case scenario, I'd like to somehow suppress these messages if at
all possible.

Thanks for your reply,

-Brian


http://www.gordano.com - Messaging for educators.

Reply via email to