Help for this page

Select Code to Download


  1. or download this
    sub test {
       my $a = shift;
       my ($first, $second, $third, $fourth, $fifth) = $a =~ /(.)(.)(.)(..
    +)(.+)/;
    ...
       return 0 if ($third  !~ /(a|h|r|s|t)/);
       return 0 if ($fourth !~ /(aw|er|dd|cb|aa)/);
    }