Help for this page

Select Code to Download


  1. or download this
    my @strings = ($genome1, $genome2);
    
  2. or download this
    #! perl -sw
    use strict;
    ...
      $total += length($_) - $p for @$strings; # And here!
    } while( $total > 0 );
    __END__