Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl '2014';
    use Algorithm::Permute;
    
    ...
            say $test=~ /$regex/ ? 'Accept' : 'Reject';
        }
    }
    
  2. or download this
    Testing
    A    Accept
    C    Accept
    ...
    CAGA    Reject
    ACGA    Reject
    (...)