sub start_wheel { my $child = POE::Wheel::Run->new( ... ); $_[HEAP]{child} = $child; $_[KERNEL]->sig_child( $child->PID => "sig_child" ); }