in reply to POE & Tk totally confound perlapp (or am I missing something?)
I still can't solve this problem and time is getting short. I've reduced the problem down to the following:
If I run this as a perl script on windows XP, it works fine (meaning I get no output).use warnings; use strict; use Tk; use POE; if(! defined($poe_main_window)){die "\$poe_main_window not defined" };
If I perlapp this and run the executable on windows XP, it dies with the given error message. I can't figure out why.
Any thoughts on how to proceed to debug this, or how to solve it would be greatly appreciated.
Thanks
-Craig
|
|---|