princepawn has asked for the wisdom of the Perl Monks concerning the following question:
what happens when this lexical variable is destroyed? Ie, is DESTROY automatically called? Where would I read in the Perl documentation to know this?{ my $ftp = Net::FTP->new('some.host') ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what happens when lexical variables go out of scope?
by nardo (Friar) on Jun 14, 2001 at 05:29 UTC | |
|
Re: what happens when lexical variables go out of scope?
by ariels (Curate) on Jun 14, 2001 at 10:49 UTC |