in reply to Object scope and DESTROY
{ if( defined(my $obj = MyPack->new() ) ){ print "Inside the IF (3)\n"; } } print "Outside the IF (3)\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Object scope and DESTROY
by Rhandom (Curate) on Sep 24, 2001 at 21:08 UTC | |
by perrin (Chancellor) on Sep 24, 2001 at 22:07 UTC |