in reply to Re: Simple Coro + AnyEvent::HTTP example?
in thread Simple Coro + AnyEvent::HTTP example?

Good catch and certainly an alternative. I would still like to look into Coro because it is more generic. Most of the hosts I want to query have a HTTP interface but some don't. Of course I could write a wrapper and perhaps I will but if I could learn how to properly use Coro I could manage the different interfaces in a generic way.
  • Comment on Re^2: Simple Coro + AnyEvent::HTTP example?