#!/usr/bin/env entity sub spintest{ my ( $node ) = @_; print "$node\n"; $text = $node->attrib("value"); print "$text\n"; }