nivlek78 has asked for the wisdom of the Perl Monks concerning the following question:
I keep getting this error "Your vendor has not defined Fcntl macro F_GETFL"###### I/O unblocking ###### fcntl($sock, F_GETFL,$flags) or die "Cannot get flags for socket : $!\n"; $flags |= O_NONBLOCK; fcntl($sock,F_SETFL,$flags) or die "Cannot set flags for socket : $!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with fcntl
by dug (Chaplain) on Oct 11, 2002 at 16:31 UTC | |
by nivlek78 (Initiate) on Oct 11, 2002 at 17:36 UTC | |
by dug (Chaplain) on Oct 11, 2002 at 17:53 UTC | |
by nivlek78 (Initiate) on Oct 11, 2002 at 18:27 UTC | |
by dug (Chaplain) on Oct 11, 2002 at 19:05 UTC | |
|