From: positive mind [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 20, 2006 7:02 PM
To: Nagasamudram, Prasanna Kumar
Cc: beginners@perl.org
Subject: Re: constructing a http request using LWP..
Hi Prasanna,
Thanks for your reply, but i have to do this on linux
#page - try to increase if it is not sufficient
SendKeys('YOURLOGIN{TAB}');
SendKeys('YOURPASSWORD{ENTER}');
Thanks
Prasanna
-Original Message-
From: positive mind [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 20, 2006 5:24 PM
To: beginners@perl.org
Subje
positive mind wrote:
Hi there,
is it possible to automate the login and log out say from yahoo mail using
LWP/HTTP module. cause i have application which is similar to this and i have
to send my login request alongwith few query parameters . after i login i
will be logged in to my application
OTECTED]
Sent: Wednesday, December 20, 2006 5:24 PM
To: beginners@perl.org
Subject: constructing a http request using LWP..
Hi there,
is it possible to automate the login and log out say from yahoo mail
using
LWP/HTTP module.
cause
i have application which is similar to this and i have to send my
Hi there,
is it possible to automate the login and log out say from yahoo mail using
LWP/HTTP module.
cause
i have application which is similar to this and i have to send my login
request alongwith few query parameters . after i login i will be logged in
to my applications mail box. how can i do