POE::Kernel->post( $destination, "event", @optional_args ); -- Rocco Caputo <rcap...@pobox.com>
> On Mar 29, 2016, at 10:25, pablo baez <pab_...@hotmail.com> wrote: > > Hi, > > I'm a POE newbie and looking at the documentation, I don't find a way to > trigger an event of a specific session, from outside an event handler of that > session. How can I do that? > > Thanks in advance.