Help for this page

Select Code to Download


  1. or download this
    while (my $line = <>) {
        foreach my $count (20, 30) {
            count_bases($line, $count);
        }
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            $action->($lineno, $line);
        }
    }