evilstevel has asked for the wisdom of the Perl Monks concerning the following question:
Some simple test code that produces the same results:
$string = <STDIN>;
print $string;
exit;
The server, not the client, closes the connection. $string does not always contain the complete string.
Though I am not worthy, any ideas? Thanks for any insights.
evilstevel
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: inetd server problem
by miyagawa (Chaplain) on Jul 24, 2001 at 18:41 UTC | |
|
Re: inetd server problem
by abstracts (Hermit) on Jul 24, 2001 at 22:33 UTC |