hat a submit() would send the msg on it's way...
Thanks you so much
aman
-Original Message-
From: Todd Wade [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 11:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Cookies rejected
"Aman Thind" <[EMAIL PROTECTED]> w
');
> $req->content_type('application/x-www-form-urlencoded');
> $req->content('loginuserid=myuserid&loginpassword=mypassword');
> my $res = $ua->request($req);
> print $res->as_string;
> ------
=mypassword');
my $res = $ua->request($req);
print $res->as_string;
--
However, on running this script, a web page with the following message is
returned :
Unable to establish login (cookies rejected).
Could someone please guide m