in reply to about destructor
There's a typo ....
Shouldn't
besub DESTORY { my $self = shift; warn "DESTORYING $self"; }
?sub DESTROY { my $self = shift; warn "DESTROYING $self"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: about destructor
by revdiablo (Prior) on Oct 24, 2005 at 16:43 UTC | |
by radiantmatrix (Parson) on Oct 24, 2005 at 17:40 UTC | |
Re^2: about destructor
by japhy (Canon) on Oct 24, 2005 at 16:15 UTC |