Please don't cross post to multiple groups...

> 
> Dear Friends,
> 
> I need to write a Perl CGI script that connects to
> a website (like Yahoo) and change the Password for
> my user. I don't want to do it manually. It should
> be handled by the script.
> 
> Please suggest any idea/code available.
> 
> Thanks in advance,
> Mallik. 

Have you looked at the LWP modules?  In general this type of thing is
handled by emulating the browser's request, and in some cases handling
the response, and then sending a second request.  This cycle is easily
emulated by LWP::UserAgent and it's friends.

http://search.cpan.org/~gaas/libwww-perl-5.76/

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to