Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    1..2
    ok 1 - Should fail because exits 1
    ok 2 - Should pass because exits 0
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    #   at ./perl line 10.
    ok 2 - This should pass because exits 0
    # Looks like you failed 1 test of 2.