RE: constructing a http request using LWP..

2006-12-26 Thread Nagasamudram, Prasanna Kumar
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

Re: constructing a http request using LWP..

2006-12-20 Thread positive mind
#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

Re: constructing a http request using LWP..

2006-12-20 Thread Rob Dixon
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

RE: constructing a http request using LWP..

2006-12-20 Thread Nagasamudram, Prasanna Kumar
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

constructing a http request using LWP..

2006-12-20 Thread positive mind
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