start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: timeout Chapter 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: timeout Perl in a Nutshell Next: 17.2 The LWP Modules
Reference: timeout Book Index 17.2 The LWP Modules

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.