in reply to Re^7: Problem with CGI::Vars
in thread Problem with CGI::Vars

OK it is different, but also there is only one read_from_client call!!! If read_from_client function doesn't read whole input, then problem is not solved too...

Replies are listed 'Best First'.
Re^9: Problem with CGI::Vars
by Corion (Patriarch) on Jun 07, 2011 at 21:13 UTC

    The error would only be there if $content_length is wrong.

    So far, you haven't shown code that reproduces the problem. Please show code that reproduces the problem - all other diagnosis will remain vague guesswork.

      As I said, $content_length is correct, it is corresponding the value which I get by wireshark. Ok Soon I paste here the code...