ruhk has asked for the wisdom of the Perl Monks concerning the following question:
The problem is $tree is in some kind of really complicated data sctructure that I have no idea how to use. Can anyone throw me some help?my $p1 = new XML::Parser(Style => 'Tree'); my $tree = $p1->parse($content);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Parser Question
by TilRMan (Friar) on Jul 21, 2004 at 01:35 UTC | |
|
Re: XML::Parser Question
by murugu (Curate) on Jul 21, 2004 at 03:42 UTC | |
|
Re: XML::Parser Question
by edan (Curate) on Jul 21, 2004 at 07:06 UTC |