in reply to Is assigning undef required for DESTROY to run?
I want to know what happens with the code:
my $obj1 = Vendor::Library->new(...); my $obj2 = Vendor::Library->new(...);
It sounds like they've got some funny internals that can't handle having more than one object instantiated at a time, in which case they should be checking for that in their new method.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is assigning undef required for DESTROY to run?
by MidLifeXis (Monsignor) on Feb 23, 2009 at 20:17 UTC | |
by Bloodnok (Vicar) on Feb 24, 2009 at 09:12 UTC |