ethrbunny has asked for the wisdom of the Perl Monks concerning the following question:
sub DESTROY { my $self = shift; $self->{ 'dbh' }->disconnect(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cleaning up in DESTROY
by liz (Monsignor) on Apr 03, 2008 at 13:35 UTC | |
|
Re: cleaning up in DESTROY
by mr_mischief (Monsignor) on Apr 03, 2008 at 16:19 UTC | |
|
Re: cleaning up in DESTROY
by samtregar (Abbot) on Apr 03, 2008 at 17:27 UTC | |
|
Re: cleaning up in DESTROY
by Fletch (Bishop) on Apr 03, 2008 at 13:30 UTC | |
by pysome (Scribe) on Apr 05, 2008 at 10:36 UTC |