hello all ,

   I am trying my script with LWP
  suppose in my browser I type in

http://google.com/search?q=sendmail
I get the results all right
but when I try to pass variables by get method using LWP I get an error message


I have tried allowing cookies too.


I am using LWP like this
$ua = LWP::UserAgent->new;
$ua->cookie_jar(HTTP::Cookies->new(file => "lwpcookies.txt", autosave => 1));
my $req = GET('http://www.google.com/search?q=sendmail');


$res = $ua->request($req);
print Dumper($res);

Can Anyone help me ?

Thanks
Ram


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to