in reply to Re^2: POE, Tk, Simultaneous problem!
in thread POE, Tk, Simultaneous problem!

Actually you only need:

use warnings; use strict; use Tk; use POE;

to get the error! Something to do with how the Tk event loop gets replaced by the POE event loop. The documentation is not clear on this matter!

I'm doing this on Windows with ActiveState Perl. There may be issues that a different if you are using a different platform or cygwin Perl.


Perl is Huffman encoded by design.

Replies are listed 'Best First'.
Re^4: POE, Tk, Simultaneous problem!
by Ace128 (Hermit) on Sep 28, 2005 at 11:52 UTC
    Im also useing Windows with ActiveState Perl. Latest perl (This is perl, v5.8.7 built for MSWin32-x86-multi-thread) and not latest POE (didnt exist on activestate!) (v0.29) and I dont have problems running that small testscript.