Thread Tree::Simple Bug? (9 answers)
Opened by pktm at 2008-09-07 01:27

pq
 2008-09-07 02:54
#114316 #114316
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
so wie ich die doku verstehe, muss man getChild einen index übergeben, also eine zahl.
Code (perl): (dl )
1
2
print $tree->getChild(1)->getNodeValue();
print $tree->getChild(2)->getNodeValue();

das funktioniert bei mir.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Tree::Simple Bug?