Re: form submission through proxy

2006-08-06 Thread Saurabh Singhvi
So now after running the code(with proxy). The output that I am getting, is the page the form was to be submitted on, not the form submitted page. What could be wrong?? thanks Saurabh On 8/6/06, Mumia W. < [EMAIL PROTECTED]> wrote: > > > > On 08/06/2006 01:15 AM, Saurabh Singhvi wrote: > > > H

Re: form submission through proxy

2006-08-06 Thread Mumia W.
On 08/06/2006 01:15 AM, Saurabh Singhvi wrote: Hi all [...] Hello use lwp::UserAgent; [...] I am using the above code to submit a form. Is it correct ?? I can't test it as I am behind proxy. So I need a way make the code do the requests through a proxy. The $ variables are being passed