in reply to Re^2: POE::Wheel::Run and StdoutEvent
in thread POE::Wheel::Run and StdoutEvent

By using:

$_HEAP->{theWheel} = POE::Wheel::Run->new(...)

The console print is captured, but the app hangs and never returns. Is it normal for POE to still run after the subroutine has slept and is over ?

I just looked at the preview of this reply and the msg formatter prints the HEAP var in a funny manner.

Replies are listed 'Best First'.
Re^4: POE::Wheel::Run and StdoutEvent
by runrig (Abbot) on Jun 06, 2006 at 23:50 UTC
    Wrap your code in <code></code> tags.