Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: timeoutChapter 17
The LWP Library
Next: 17.2 The LWP Modules
 

use_alarm

 $ua->use_alarm([boolean])

Retrieves or defines the ability to use alarm for timeouts. By default, timeouts with alarm are enabled. If you plan on using alarm for your own purposes, or it isn't supported on your system, it is recommended that you disable alarm by calling this method with a value of zero.


Previous: Reference: timeoutPerl in a NutshellNext: 17.2 The LWP Modules
Reference: timeoutBook Index17.2 The LWP Modules