Help for this page

Select Code to Download


  1. or download this
    $ cat exit.t
    use strict;
    ...
    
    is 1, 0, 'Tickety-boo';
    exit 1;
    
  2. or download this
    $ prove --failures --ignore-exit exit.t
    exit.t .. 1/1 
    ...
      Non-zero exit status: 1
    Files=1, Tests=1,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.07 cusr 
    + 0.01 csys =  0.12 CPU)
    Result: FAIL