Help for this page
my $str = "AbcDefGhiJkl"; $str = join "::", split(/(?<=[[:lower:]])(?=[[:upper:]])/, $str); print "$str\n";