![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^2: different between die and exitby ikegami (Patriarch) |
on Feb 24, 2009 at 07:18 UTC ( #745921=note: print w/replies, xml ) | Need Help?? |
It makes no sense to talk of "by default" for die. There's no argument to specify the exit code, so it can't be omitted to use the default. Also, die always returns non-zero ($! || ($?>>8) || 255).
In Section
Seekers of Perl Wisdom
|
|