On Thu, Nov 10, 2005 at 04:38:15PM +0800, gwen wrote: > i'm experiencing errors though, when i use it to load the additional services > in the lower part of the YM agent...services like weather, news, games...
Eventhough you're not writing a full blown http proxy, HTTP::Proxy might still be useful to you as you might get an idea or two from its source code on how to proxy http connections using pure perl. > have you any idea why this is happening? I'm not really good at guessing but here's a try :-) o you're not using LWP -- this could be it because you mentioned binmode in your original post o you're using an old version of LWP which can't handle redirections properly, especially redirection from POST method to GET method o you're using LWP but you don't have the appropriate perl modules to handle schemes other than http such as https o you have a network problem :-) HTH -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

