in reply to Re: Re: fcntl on Windows
in thread fcntl on Windows
Easy mistake to make. That should fix it.use Fcntl;
Update:
I tried your code (plus the use statement and a few print statements) on my NT box with Perl 5.6 and got this rather annoying message:
That means the Fcntl implementation in my install is incomplete. I suspect this is going to be true across Windows installations, so you might want to write a wrapper around Fcntl that defaults to Fcntl but fills in the holes when they are missing.Your vendor has not defined Fcntl macro F_GETFL, used at C:\temp.pl li +ne 10.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: fcntl on Windows
by Daimun (Novice) on Mar 21, 2001 at 01:11 UTC | |
|
Re: Re: Re: Re: fcntl on Windows
by Daimun (Novice) on Mar 21, 2001 at 01:16 UTC | |
by Adam (Vicar) on Mar 21, 2001 at 01:23 UTC |