dbonneville has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/local/bin/perl -w use warnings; use XML::Parser; my $p1 = new XML::Parser(Style => 'Debug'); $p1->parsefile('test.xml');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with XML Parsing
by GrandFather (Saint) on Jul 20, 2007 at 22:07 UTC | |
|
Re: Help with XML Parsing
by un-chomp (Scribe) on Jul 20, 2007 at 21:26 UTC | |
by dbonneville (Acolyte) on Aug 23, 2007 at 15:45 UTC | |
|
Re: Help with XML Parsing
by CountZero (Bishop) on Jul 20, 2007 at 21:10 UTC | |
by Jenda (Abbot) on Aug 04, 2007 at 18:58 UTC | |
|
Re: Help with XML Parsing
by runrig (Abbot) on Jul 20, 2007 at 20:39 UTC | |
|
Re: Help with XML Parsing
by mirod (Canon) on Jul 20, 2007 at 21:58 UTC | |
|
Re: Help with XML Parsing
by rvosa (Curate) on Jul 21, 2007 at 13:44 UTC |