Help for this page
# 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!");