Help for this page

Select Code to Download


  1. or download this
    'read_from_client' => <<'END_OF_FUNC',                                
    +                                                        
    # Read data from a file handle                                        
    +                                                        
    ...
    return $MOD_PERL ? $self->r->read($$buff, $len, $offset) : read(\*STDI
    +N, $$buff, $len, $offset);                                           
    +                                   
    }                                                                     
    +                                                        
    END_OF_FUNC
    
  2. or download this
    if ($meth eq 'POST') {                                                
    +                                                  
          $self->read_from_client(\$query_string,$content_length,0)       
    +                                                    
    ...
                                                                          
    +                                                
        last METHOD;                                                      
    +                                                  
    }