Help for this page
use strict; use warnings; ... exit; is($exit_called, 1, "exit was called");
use strict; use warnings; ... noexit_ok { } "exit not called";