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