in reply to Re: $Socket->connected Not Returning False?
in thread $Socket->connected Not Returning False?

What exactly is EAGAIN() ?
  • Comment on Re^2: $Socket->connected Not Returning False?

Replies are listed 'Best First'.
Re^3: $Socket->connected Not Returning False?
by tirwhan (Abbot) on Jan 15, 2006 at 09:32 UTC

    man 2 read. You tried a non-blocking I/O operation which failed because no data was there to be read, and you should try again.


    There are ten types of people: those that understand binary and those that don't.