Man Page: xml::parser::style::debug
Operating Environment: mojave
Section: 3
Parser::Style::Debug(3) User Contributed Perl Documentation Parser::Style::Debug(3)NAMEXML::Parser::Style::Debug - Debug style for XML::ParserSYNOPSISuse XML::Parser; my $p = XML::Parser->new(Style => 'Debug'); $p->parsefile('foo.xml');DESCRIPTIONThis just prints out the document in outline form to STDERR. Nothing special is returned by parse. perl v5.18.2 2011-05-24 Parser::Style::Debug(3)
| Related Man Pages |
|---|
| xml::parser::style::tree(3) - sunos |
| xml::parser::style::tree(3) - osx |
| xml::parser::style::stream(3) - osx |
| xml::parser::style::tree(3) - centos |
| xml::parser::style::tree(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| My first PERL incarnation... Audio Oscillograph |
| Controlling user input |
| How can I direct messages from mac console.app to a log file? |
| Python 3.8.0rc1 released. |