Help for this page

Select Code to Download


  1. or download this
    # this one should work
    ok( my_sub('needs', 3, 'parameters'), "that's good!");
    
    # this one should fail
    not_ok(my_sub('bad parameter count'), "that fails!");