Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::Parser::Style::Debug

Name XML::Parser::Style::Debug
Version
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/XML/Parser/Style/Debug.pm
Is Core No
Search CPAN for this module XML::Parser::Style::Debug
Documentation XML::Parser::Style::Debug
Module Details XML::Parser::Style::Debug

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 special is returned by parse.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024