I am using winxp and perl 5.8.8. Got an error from the cookbook samples provided.
Prototype mismatch: sub POE::Kernel::F_GETFL: none vs () at POE/Resource/FileHandles.pm line 24.
by using version from CPAN of POE1.0004
I knew that F_GETFL and F_SETFL will not work in windows.
so i reverted back to older version of POE '0.9999';
The error was not seen but
I can't see any Tk window appearing in my screen.
Am i using the right one?? or any modification has to be done with this.