On Oct 18, 2005, at 10:08 AM, Wiggins d'Anconia wrote:
Right, but the script exits immediately. I *suspect* the complete
request must be sent to the web server regardless of whether the script
is going to fail. Exiting immediately just means that CGI will not
allow
execution of anything beyond
On Oct 18, 2005, at 10:08 AM, Wiggins d'Anconia wrote:
Right, but the script exits immediately. I *suspect* the complete
request must be sent to the web server regardless of whether the script
is going to fail. Exiting immediately just means that CGI will not
allow
execution of anything beyond
--- Bill Stephenson <[EMAIL PROTECTED]> wrote:
> It was fun hacking CGI.pm for the first time, but my changes did not
> make a difference. So then, I guess you're right, the script must
> wait
> for the server to get the entire file before doing anything with it?
> I did not understand that befo