Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    # Add two numbers, provided as arguments
    ...
    }
    
    is add_two_numbers(3,5), 8, '3 + 5 = 8';