Help for this page
use strict; use warnings; ... is( all_different(), 1 , "empty paramlist"); done_testing;
ok 1 - all different not ok 2 - some duplicates with different string ... ok 4 - some duplicates ok 5 - empty paramlist 1..5