Приглашаем посетить
Культура (cult-news.ru)

Reference: implicit

PreviousChapter 17
The LWP Library
Next
 

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.


PreviousHomeNext
Reference: extract_linksBook IndexReference: insert_element