Dear Sirs:
I use the following four lines to change the timeout to 1000 seconds. But timeout still happens. Any idea?
use LWP::Simple; use LWP::UserAgent;
$browser = LWP::UserAgent->new(%options); $browser->timeout(1000);
Thanks,
Sam
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
