my ($index) = $index_file->findnodes('/index'); if ($index->exists('/index/path/@src')) { my ($p) = $index->findnodes('/index/path/@src'); if ($p->value eq $path) { print "So funktioniert es!"; } }