Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $t =~ s/([CG]AT)/colored($1,'bold red')/ge;
    
    print $t, "\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $t, "\n";