Help for this page

Select Code to Download


  1. or download this
        delete $self->{'civ'};
        delete $self->{'buffer'};
        return $result;
    }
    
  2. or download this
    sub get_civ
    {
     return $self->{civ};
    }