Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    exit;
    is($exit_called, 1, "exit was called");
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    noexit_ok {
    } "exit not called";