
alkisg
Deleted
Apr 24, 2001, 2:53 AM
Post #1 of 2
(6726 views)
|
No EOF with STDIN in IIS?
|
|
|
The statement $inp=<STDIN> works in unix servers, but in IIS the .pl script hungs! If read(STDIN, $inp, $ENV{CONTENT_LENGTH}) is used, it works ok, but why does the previous statement hung? Do unix servers include an EOF at the end of STDIN and IIS doesn't? Thank you in advance, alkis
|