Help for this page

Select Code to Download


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