in reply to Re^4: Thread problems
in thread Thread problems

use enum qw(:THREAD_CMD_ NONE WAIT WORK DIE); use enum qw(:THREAD_STATE_ WAIT WORK);
.... where do those come from?...... i don't see any mention in the perldoc or google

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku

Replies are listed 'Best First'.
Re^6: Thread problems
by Dirk80 (Pilgrim) on Dec 13, 2009 at 18:55 UTC

    I found the enum package in CPAN: enum.pm.