Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I installed POE some days ago and started messing around with it today.
But everytime i tried to use anything that uses the SocketFactory Wheel, I get this error:
Your vendor has not defined POSIX macro F_GETFL, used at C:/Perl/site/ +lib/POE/Wh eel/SocketFactory.pm line 377
I even checked POSIX.pm by hand (it *is* defined there) and tried including Fcntl (which also defines F_GETFL) instead of using the POSIX module with no success.
BTW, don't know if it helps, but i'm running this on Win2k, ActiveState Build 623 (yeah, I know it's not the newest, but it's all I got).
Hopefully someone can help me with this...