Parser:...::Debug(3) User Contributed Perl Documentation Parser:...::Debug(3) NAME XML::Parser::Style::Debug - Debug style for XML::Parser SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => 'Debug'); $p->parsefile('foo.xml'); DESCRIPTION This just prints out the document in outline form to STDERR. Nothing spe- cial is returned by parse. perl v5.44.0 2026-04-23 Parser:...::Debug(3)