Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: schemeChapter 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: schemePerl in a NutshellNext: Reference: user
Reference: schemeBook IndexReference: user