AnyEvent + AnyEvent::Socket
Vikas N Kumar
vikas at vikaskumar.org
Thu Oct 10 16:43:50 CEST 2013
On 10/10/2013 01:33 AM, Marc Lehmann wrote:
> As long as you have POE::Loop::Prima is installed, there should be no need to
> do anything on your side (according to the POE::Kernel docs, it will be used
> automatically as long as Prima is loaded first).
Yes that is true.
use POE 'Loop::Prima';
use Prima qw/Application/;
use AnyEvent::Socket;
.....
run Prima;
In this order everything works very well.
Thanks
Vikas
More information about the anyevent
mailing list