
alkisg
Deleted
Apr 25, 2001, 12:20 AM
Post #1 of 2
(697 views)
|
|
No eof at STDIN with IIS?
|
Can't Post
|
|
The statement $inp=<STDIN> to read all input works ok in unix, but hangs in NT with IIS. If I use read(STDIN, $inp, $ENV{CONTENT_LENGTH}) it works, but why does the first statement hang? Do unix servers include an EOF at the end of STDIN and IIS doesn't? Thank you in advance.
|