Help for this page

Select Code to Download


  1. or download this
     sub cgiapp_get_query {
        my $self = shift;
    ...
         
        return $q;
     }
    
  2. or download this
       $self->query()->nph(1);
    
  3. or download this
       $self->header_type('redirect');
       $self->header_props( -url => $newurl );
       return;
    
  4. or download this
    HTTP/1.0 200 OK Server: Microsoft-IIS/5.0 Date: Fri, 19 Aug 2005 02:42
    +:29 GMT Content-Type: text/html; charset=ISO-8859-1