Re: Trigger an event from outside an event handler
Rocco Caputo <[email protected]> Tue, 29 Mar 2016 12:13:07 -0400
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
POE::Kernel->post( $destination, "event", @optional_args ); --=20 Rocco Caputo <[email protected]> > On Mar 29, 2016, at 10:25, pablo baez <[email protected]> wrote: >=20 > Hi, >=20 > 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? >=20 > Thanks in advance.