in reply to Taking over Net::YMSG

I like your module, though I wonder if it is possible to have a filehandle exported so we can use it in event loops like POE or AnyEvent?

Also, how do youwill you handle the captcha requirement to enter Yahoo chatrooms?

Replies are listed 'Best First'.
Re^2: Taking over Net::YMSG
by Kirsle (Pilgrim) on Sep 08, 2009 at 21:36 UTC

    I'll cross that bridge when I get to it.

    Probably there'll be an event handler the user can set up that will get the URL to the captcha image, and the calling program can do with it what it wants (e.g. get it with LWP and then: display it in a GUI for the user to answer, or feed it to an app that can try to decode it automatically, etc.) and then call a method to send the answer back to the server.