Move from one handler to another (manually)
howard chen <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Hello, In POE, how to move from one handler (manually) to another handler? E.g. http://search.cpan.org/dist/POE-Component-Client-NNTP/lib/POE/Component/Client/NNTP.pm Inside the "nntp_211" method, I want to force jump to the "_shutdown" method? Thanks.