Help for this page

Select Code to Download


  1. or download this
    sub parse {
        my $self = shift;
    ...
            return;
        }
    }
    
  2. or download this
    sub from_handle {
        my $self = shift;
    ...
        }
        return $taxa;
    }