in reply to
Re: xml::twig and node names
in thread
xml::twig and node names
.$_->att( 'V')
doesn't work
but
( $scheine->name eq "fk3101")?(print " name : " . $scheine->{att}->{V}):();
does what i want,
thx for the hint on foreach =)
Comment on
Re^2: xml::twig and node names
Select
or
Download
Code
In Section
Seekers of Perl Wisdom