Help for this page

Select Code to Download


  1. or download this
    sub activate {
      my $self = shift;
    ...
      };
      $self->error($@) if $@;    # failed something, go to safe mode
    }
    
  2. or download this
    sub respond {
      my $self = shift;
    ...
    
      return $response_page;
    }