F_SETFL is a constant exported by the POSIX.pm module who's value is derived from Fnctl.h (on *nix systems).
It is used by the POSIX::Fnctl() function (which is identical to the perlfunc::fnctl). Basically, its used to control (non-blocking) locking on files (streams).
It (sometimes, on some systems) equates to a value of 6.
You could try replacing references to it with the value 6 and see if that gets you any further, but if the script is reliant on the POSIX::Fnctl() for its operation, it probably means that it won't function under AS.
In reply to Re: F_SETFL under Win32
by BrowserUk
in thread F_SETFL under Win32
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |