Help for this page

Select Code to Download


  1. or download this
    sub read_from_client {
        my($self, $buff, $len, $offset) = @_;
    ...
            ? $self->r->read($$buff, $len, $offset)
            : read(\*STDIN, $$buff, $len, $offset);
    }
    
  2. or download this
    *** CGI.pm~ 2003-12-12 15:09:45.000000000 -0800
    --- CGI.pm 2003-12-12 15:12:29.000000000 -0800
    ...
         # Some people want to have their cake and eat it too!
         # Uncomment this line to have the contents of the query string
         # APPENDED to the POST data.