Help for this page

Select Code to Download


  1. or download this
        return ( $caller eq 'Handler' ? $self->{_cgi} : $self->SUPER::->{_
    +cgi} );
    
  2. or download this
        return $self->{_cgi};
    
  3. or download this
    package HandlerMethods;
    
    ...
    
      return $cgi_obj;
    }