Subject: | typo in POE::Session docs |
In the example for the get_heap function:
sub put_stuff {
my @stuff_to_put = @_;
$poe_kernel->get_active_session()->get_heap()->{wheel}->put(@stuff);
}
The variable @stuff on the third line should probably be @stuff_to_put.