Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    close IN;
    close OUT;
    
  2. or download this
    my(@lines) = '/tmp/zea_mays.txt';
    
  3. or download this
    while ( defined( my $line = readline \*IN ) ) {
        do {
            foreach $line (@lines) {
    
  4. or download this
                    my (@peptides) = split( /(?<=RK(?!P))/, $line );