June 2002
Beginner
759 pages
80h 42m
English
parse
parse(source [, opt => opt_value [...]])
Parses the document. The source
parameter should be either a string containing the entire XML
document or an open IO::Handle. Options given as keyword/value
pairs may follow the source parameter
and will override any options or attributes passed from the
XML::Parser instance.
parse exits with die if a parse error occurs or returns
1 with success.