Re: Destruction order.

2002-08-09 Thread H.Merijn Brand
On Thu 08 Aug 2002 13:52, "Jeff Urlwin" <[EMAIL PROTECTED]> wrote: > > I'd like to gather some wisdom from the list here. I have a situation where > my dbh is being destroyed before the sth is being destroyed and the sth > doesn't have enough information anymore as the imp_dbh structure is being

RE: Destruction order.

2002-08-09 Thread Jeff Urlwin
> > > > > > Is this during 'global destruction' (ie when a program is exiting)? > > > > Yep. So far ;-) > > I'm sure it'll only ever affect global destruction (unless > there's a bug in > your code or a very serious bug in perl's). Could be me :). > > > > I'd like to gather some wisdom from th

Re: Destruction order.

2002-08-09 Thread Tim Bunce
On Thu, Aug 08, 2002 at 09:49:58AM -0400, Jeff Urlwin wrote: > > > > Is this during 'global destruction' (ie when a program is exiting)? > > Yep. So far ;-) I'm sure it'll only ever affect global destruction (unless there's a bug in your code or a very serious bug in perl's). > > > I'd like t