From: Ray Z. <rz...@co...> - 2004-04-30 21:02:16
|
>> I wonder what happens if you make $log a package variable? > > Good question! More investigation is clearly needed. I made $log in SPOPS a package variable and it still destroyed all of the Logger objects in the same sequence. I think the order of global destruction is undefined in Perl, so this isn't going to make any difference. Ray |