Re: Using HTTP and LWP

2003-01-14 Thread Jenda Krynicky
From: Dorcel Marc <[EMAIL PROTECTED]> > Hello, > I'm using an existing program that perform HTTP > Request. In a POST request I found > this : > my $request = POST($URL >Content => [ 'user' => $user, > 'pwd' => $pwd, >

Re: Using HTTP and LWP

2003-01-14 Thread Rob Dixon
"Dorcel marc" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > I'm using an existing program that perform HTTP > Request. In a POST request I found > this : > my $request = POST($URL >Content => [ 'user' => $user, >

Using HTTP and LWP

2003-01-14 Thread Dorcel Marc
Hello, I'm using an existing program that perform HTTP Request. In a POST request I found this : my $request = POST($URL Content => [ 'user' => $user, 'pwd' => $pwd, 'no_auth' => '1',