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

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

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: problem with fcntl
by nivlek78 (Initiate) on Oct 12, 2002 at 06:07 UTC
    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...