in reply to Re: Re: Re: problem with fcntl
in thread problem with fcntl

sorry
i run win XP
will run it with perl -v in the morning, as the code is on my other computer.
thx for helping dug. did not know the version of windows matters.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: problem with fcntl
by dug (Chaplain) on Oct 11, 2002 at 19:05 UTC
    Include the ouptut of perl -V (that's a capital vee). perl -V will output the summary information of your major perl configuration values. This information may be helpful to someone trying to diagnose why you don't have all of the fcntl flags.

    -- dug
      Just found out fcntl(2) is not implemented on windows platform
      My question now is whether there is another way to implement non-blocking sockets?
      Thx...