Приглашаем посетить
Добычин (dobychin.lit-info.ru)

Reference: parse

PreviousChapter 17
The LWP Library
Next
 

parse

 $p->parse(string)

Reads HTML into the parser object from a given string. Performance problems occur if the string is too large, so the HTML can be broken up into smaller pieces, which will be appended to the data already contained in the object. The parse can be terminated with a call to the eof method.


PreviousHomeNext
17.4 The HTML ModuleBook IndexReference: parse_file