Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Fcntl constants missing

by puudeli (Pilgrim)
on Mar 24, 2009 at 12:36 UTC ( [id://752847]=note: print w/replies, xml ) Need Help??


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>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://752847]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-25 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found