Help for this page
use List::MoreUtils qw( singleton ); my $str = join '',singleton split '',"abcdefghiaabccdjklm"; print $str;