Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

XML::Parser::Style::Debug(3pm)


Parser::Style::Debug

Parser::Style::Debug

NAME
SYNOPSIS
DESCRIPTION

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.



XML::Parser::Style::Debug(3pm)