in reply to Re: die not exiting Application
in thread die not exiting Application
Not possibleIt is possible indeed if strict is not used.
$ perl -v This is perl, v5.10.0 built for i686-linux [...] $ perl sub push_report { my $idx = shift; $file= "/tmp/test123"; open(IN, $file) || die "Couldn't open `$file'"; } __END__ $
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |