Help for this page

Select Code to Download


  1. or download this
    use MyApp;
    
    ...
    );
    
    print $myapp->process_request();
    
  2. or download this
    sub process_request {
      my $self = shift;
      $self->cgi->header . $self->do_something;
    }