Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "my $valid_string = qr{ \A [ACGT]+ \z }xms;
    ...
    in all strings, 'ACA' = 3
    in all strings, 'CAA' = 2
    bad user supplied string 'ABC' at -e line 1.