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 =)