Thread Probleme mit all_attr von HTML::Element (2 answers)
Opened by Lebewesen at 2012-06-04 18:28

pq
 2012-06-04 18:59
#158727 #158727
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
aus der doku von HTML::Element:
Quote
$h->all_attr()

Returns all this element's attributes and values, as key-value pairs

d.h. du bekommst einen hash zurück:
my %attr = $Foto->all_attr();

edit: und vermutlich willst du eher all_external_attributes() benutzen
Last edited: 2012-06-04 19:02:29 +0200 (CEST)
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 Probleme mit all_attr von HTML::Element