Hi,

I have a code like this:

$ua = LWP::UserAgent->new;
$ua->agent("Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.0.0) 
Gecko/20020529");
$req = $ua->request(POST
"http://npsa-pbil.ibcp.fr/cgi-bin/secpred_consensus.pl",content_type=>"multipart/form-data",content=>\@Consensus);
$content = $req->as_string;

but after a while I got a read timeout. Instead if I fill the form
on the web site no error occur. Is there a way to increase the timeout ?

Thanks,
-- 
Giuseppe Torelli

Reply via email to