At 15:50 25.06.2001 -0700, you wrote:

[...]

>However, if I change the submission type from POST to GET, the script 
>starts functioning perfectly.
>
>Does anyone know what would cause this type of behavior? I am at a loss as 
>to how to proceed ... I am including below an example script which 
>exhibits this behavior consistently on my server.

There has been a change in 1.25 concerning reading of STDIN (this is what 
POST does). Dough MacEachern mentioned this some days ago.

IIRC $r->read() now returns nothing instaed of hanging if STDIN has already 
been read. I would conjecture that somehow your CGI.pm reads STDIN twice, 
overwriting the first read with said nothing.

[...]

># This file is intended to be INCLUDED from an SHTML file,
>#   NOT directly executed!

Did this ever work with POST? You can not POST to an SSI.

Joachim

--
"... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden
koennen."                            - Bertolt Brecht - Leben des Galilei

Reply via email to