I'm no expert, but this sounds like a buffering problem.  You might want to 
read,

http://perl.plover.com/FAQs/Buffering.html

deb

[EMAIL PROTECTED] <[EMAIL PROTECTED]> had this to say,
> 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]

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
          There are 010 types of people in the world:
       those who understand binary, and those who don't.
τΏτ   111,111,111 x 111,111,111 = 12,345,678,987,654,321 (decimal)
 ~ 







--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to