cmv has asked for the wisdom of the Perl Monks concerning the following question:
Running this example program:
Gives me this warning message:use strict; use warnings; use English; use Tk; use POE; print STDERR scalar(localtime()), "\n";
when I run under the latest the latest Strawberry Perl 5.10 available.c:\strawberry\perl\bin\perl -w .\tst02.pl Use of uninitialized value $id in hash element at c:/strawberry/perl/s +ite/lib/Tk/After.pm line 39.
Do I need to worry about this? I'm seeing some strange behavior in my code, and don't know if this might be contributing or not.
I am working on distilling a sample program for my problem. If this exercise doesn't help me discover it, I may be adding to this post. I thought the warning should be brought up in any case.
Thanks
-Craig
How to reproduce:
1.) Download & install
the latest Strawberry Perl 5.10 on stock 32-bit Windows XP.
2.)Run supplied ppm and install Tk and install POE from the default repositories.
3.) Run the example program.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POE & Tk Generate Warning on Strawberry Perl 5.10
by rcaputo (Chaplain) on Oct 16, 2008 at 17:30 UTC | |
|
Re: POE & Tk Generate Warning on Strawberry Perl 5.10
by cmv (Chaplain) on Oct 17, 2008 at 14:07 UTC | |
by zentara (Cardinal) on Oct 17, 2008 at 14:15 UTC |