in reply to Re^2: Fcntl constants missing
in thread Fcntl constants missing

Have you tried FNONBLOCK instead? You can export the old constants by using the tag :Fcompat,

--
seek $her, $from, $everywhere if exists $true{love};

Replies are listed 'Best First'.
Re^4: Fcntl constants missing
by rovf (Priest) on Mar 24, 2009 at 12:48 UTC

    Same effect.

    I suspect this is not a restriction of ActiveState Perl, but of Windows. I tried the same under Cygwin Perl, and got the same error message.

    $ perl -lwe "use Fcntl qw(:Fcompat); FNONBLOCK " Your vendor has not defined Fcntl macro FNONBLOCK, used at -e line 1.

    -- 
    Ronald Fischer <ynnor@mm.st>