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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: extract_links Chapter 17
The LWP Library
Next: Reference: insert_element
 

implicit

 $

h


->implicit
([

boolean

])

Indicates whether the element was contained in the original document (false) or whether it was assumed to be implicit (true) by the parser. Implicit tags are elements that the parser included appropriate to conform to proper HTML structure, such as an ending paragraph tag ( </p> ). You may also set this attribute by providing a boolean argument.


Previous: Reference: extract_links Perl in a Nutshell Next: Reference: insert_element
Reference: extract_links Book Index Reference: insert_element

Library Navigation Links

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