Is there an issue running perl under linux xinetd where xinetd is listening for connections on a UDP port and then forking the following perl code. When I do this, the perl code does not see any input on STDIN. How does one get at the data received on the socket by xinetd?
Roger
while (<STDIN>) {
$input = $_;
syslog('info', "Read : $input") ;
}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
