Help for this page

Select Code to Download


  1. or download this
    sub all_segments {
        my $self = shift;
    ...
        # do another thing if $mode eq 'gap'
        return \@segments;
    }