Help for this page

Select Code to Download


  1. or download this
    sub number_members_for_year_for_state {
      my $self = shift;
    ...
      my $result = $self->data->sum_column($col, $table, $criteria);
      return $result->[0][0];
    }