Re: Bug when trying to access NCBI
Brian Karlak (bkarlak@lmi.net)
Fri, 25 Sep 1998 07:55:52 -0800
At 5:10 PM 9/24/98, Brian Karlak wrote:
>When I try to access the pages via libwww, however, the request is always
>truncated after the "Your request is being processed . . ." message and the
>results are not returned. The code I am using to access the page is:
>
> my $req = new HTTP::Request "$method" => "$url";
> $req->header('Accept' => 'text/html');
> $req->content_type('application/x-www-form-urlencoded');
> $req->content($self->getArgString());
> my $res = $ua->request($req);
Also, other relevant facts:
libWWW version 5.36
OS is Solaris 2.5.1 (ie, SunOS 5.5.1)
perl, version 5.004_04 built for sun4-solaris
Thanks!
zenkat