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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: scheme Chapter 17
The LWP Library
Next: Reference: user
 

strict

 
URI::URL::strict
(

bool

)

When set, the URI::URL module calls croak upon encountering an error. When disabled, the URI::URL module may behave more gracefully. The function returns the previous value of strict . This function is not exported explicitly by the module.


Previous: Reference: scheme Perl in a Nutshell Next: Reference: user
Reference: scheme Book Index Reference: user