e-
From: david [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2003 3:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Peculiar problem using LWP::UserAgent
Rajesh Dorairajan wrote:
> I ran into peculiar problem using LWP::UserAgent. I receive a 501 - Not
> yet implemented error when I conne
On Monday, Nov 10, 2003, at 13:31 US/Pacific, Rajesh Dorairajan wrote:
[..]
I ran into peculiar problem using LWP::UserAgent. I receive a 501 - Not
yet implemented error when I connect to a web-server using the
User-Agent.
[..]
Oye, excuse me if I do a 'homer simpson' here.
dooph!
a 501 series
Sorry. Forgot to mention. $Host already contains http://servername
Thanks
Rajesh
-Original Message-
From: Sethi, Pradeep [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2003 1:23 PM
To: Rajesh Dorairajan
Subject: RE: Peculiar problem using LWP::UserAgent
What's the val
On Monday, Nov 10, 2003, at 13:16 US/Pacific, Rajesh Dorairajan wrote:
[..]
my ( $Host, $Port ) = @_;
my $url = "$Host:$Port"; #Does not work
#my $url = "http://servername:80";#This works
require LWP::UserAgent;
my $ua = LWP::UserAgent->new(env_proxy => 0,
Rajesh Dorairajan wrote:
> I ran into peculiar problem using LWP::UserAgent. I receive a 501 - Not
> yet implemented error when I connect to a web-server using the User-Agent.
> This happens when I pass in the Hostname and Portnumber as parameters in
> my function. However, if I hard-code the Serv