home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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.


Previous: 17.4 The HTML Module Perl in a Nutshell Next: Reference: parse_file
17.4 The HTML Module Book Index Reference: parse_file

Library Navigation Links

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