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 _______________________________________________ anyevent mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/anyevent
