children(); print "Found arguments\n"; foreach my $child (@children) { my $name = $child->attrib("name"); print "arg: $name\n"; } exit; ]]>