Thread [HTML::TreeBuilder::XPath] Attribut auslesen
(4 answers)
Opened by pktm at 2011-06-16 12:43
findnodes() liefert dir eine liste von HTML::Element-objekten. schau mal in der doku, da steht eigentlich alles drin ($node->attr('name'))
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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |