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
Hi Prasanna, Thanks for your reply, but i have to do this on linux. does Win32 or any equivalent module is available on Linux? thanks, pm On 12/20/06, Nagasamudram, Prasanna Kumar < [EMAIL PROTECTED]> wrote: Hi pm I had the same requirement, just with a press of a button, I need my inbox(all

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
Hi pm I had the same requirement, just with a press of a button, I need my inbox(all the login etc should be automated) I wrote the following script. (You may have to install the Win32::GuiTest module from cpan. (also change YOURLOGIN and YOURPASSWORD appropriately). With this you don't have to