my $twig = XML::Twig->new( twig_handlers => { stats => sub { $_->set_tag( 'stats_test' ) } } ); $twig->parse_file(...); $twig->flush;