Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    use Test::More;
    ...
    
    done_testing;
    __END__
    
  2. or download this
    1206160.pl .. 1/? 
    #   Failed test '3 sequence'
    ...
      Non-zero exit status: 1
    Files=1, Tests=5,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.04 cusr 
    + 0.01 csys =  0.08 CPU)
    Result: FAIL
    
  3. or download this
    se strict; use warnings;
    use Test::More;
    ...
    
    done_testing;
    __END__
    
  4. or download this
    prove 1206160.pl 
    
    ...
      Non-zero exit status: 1
    Files=1, Tests=1,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.06 cusr 
    + 0.00 csys =  0.08 CPU)
    Result: FAIL