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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: get_basic_credentials Chapter 17
The LWP Library
Next: Reference: max_size
 

is_protocol_supported

 $

ua


->is_protocol_supported
(

proto

)

Given a scheme, this method returns a true or false (nonzero or zero) value. A true value means that LWP knows how to handle a URL with the specified protocol. If it returns a false value, LWP does not know how to handle the URL.


Previous: Reference: get_basic_credentials Perl in a Nutshell Next: Reference: max_size
Reference: get_basic_credentials Book Index Reference: max_size

Library Navigation Links

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