Help for this page

Select Code to Download


  1. or download this
    my $string = '---LL--C----LCSH-------CSHL-------LCSLH-------LCCHLSHCL-
    +---';
    while ($string =~ /[CSH][CSHL]+/g) {
        print "$&, ";
    }