Help for this page

Select Code to Download


  1. or download this
    if ( <INPUT_FILE> =~ m/[^actgACTG]/ ) {
    
  2. or download this
    my $ok = 1;
    
    ...
    }
    
    print "good!\n" if $ok;