Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw( singleton  );
    my $str = join '',singleton 
             split '',"abcdefghiaabccdjklm";
    print $str;