Help for this page
my $Set = qr/[^$CharSet]/; length join "", split $Set, $SearchStr;
sub CountSetChars { ... } return $Count; }