Help for this page

Select Code to Download


  1. or download this
    use Test::More qw(no_plan);
    
    ...
        "simple repetition removed");
    eq_array([first_filter(qw/one two one/)], [qw/one two/],
        "interleaved repetition removed");