# Mausklick an treeData binden $treeData->tag_bind('nav', "<>", sub { # Angekliktes item ermitteln my $item = $treeData->focus; print "$item\n"; } );