Help for this page

Select Code to Download


  1. or download this
      $self->SUPER::kick(@_);
    
  2. or download this
    sub kick {
      shift->SUPER::kick(@_);
    }