Help for this page

Select Code to Download


  1. or download this
    use Test::More 'no_plan';
    
    ...
    is( largest(6,11,20),     27  );
    is( largest(17,18,19,20), 101 );
    is( largest(2,3,5,10),    1   );