Converting text to CamelCase is possible using a single regular expression, as shown in the Perl example below.my $camelcase = "This is a test";$camelcase =~ s/ ([a-z])/\u$1/g;The example above converts the text This is a test to ThisIsATest....
/usr/local/bin/perl5.8.8 will be counted with the Perl counter by using --script-lang=Perl,perl5.8.8 The language name is case insensitive but the name of the script language executable, , must have the right case. This option can be specified multiple times. See also --force-lang,...