#!/usr/bin/env entity node("tag.name"); $node->{$attr} = $value; $path = $node->{path}; @selection = $node->{selection}; foreach $nnode (@selection) { print $nnode{name}."\n"; } return 0; } ]]> data printf("%s\n", en_get(nnode, "name") ); selection = selection->next; } return 0; } ]]>