Help for this page

Select Code to Download


  1. or download this
    my $input = 'fragments.txt';
    my %split;
    ...
        $split{$cnt++} = [$start .. $end] if $gap >= 2;
              $old     =  $line;
    }