http://www.perlmonks.org?node_id=499251


in reply to Re: unless/if
in thread unless/if

Unless I am missing something, printing to STDERR and then exiting is not gaining anything over die "blah\n", which is going to exit with a non-zero status. Is this to avoid a possible $SIG{DIE}?