On Tue, Oct 15, 2002 at 10:47:13AM +0000, Giuseppe Torelli wrote:
> $ua = LWP::UserAgent->new;
> $ua->agent("Mozilla/5.0 (X11; U; Linux 2.4.18 i686");
> $req = $ua->request(POST 
>"http://tigrblast.tigr.org/tgi/index.cgi/1",content_type=>"multipart/form-data",content=>\@Blastform);

I have no idea what parameters have to be sent, but if I believe
the LWP::UserAgent manual page, then your request call looks weird:

       $ua->request($request, $arg [, $size])
            .....The "$request" should be a reference to a "HTTP::Request" object
            with values defined for at least the method() and
            uri() attributes.......

\rho

PS: And your agent string is also weird.

Reply via email to