Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 17.4 The HTML ModuleChapter 17
The LWP Library
Next: Reference: ignore_unknown
 

implicit_tags

 $p->implicit_tags(boolean)

If set to true, the parser will try to deduce implicit tags such as missing elements or end tags that are required to conform to proper HTML structure. If false, the parse tree will reflect the HTML as is.


Previous: 17.4 The HTML ModulePerl in a NutshellNext: Reference: ignore_unknown
17.4 The HTML ModuleBook IndexReference: ignore_unknown