use strict; use warnings; use XML::Twig; use Data::Dumper; my $twig = XML::Twig->new(); $twig->parsefile( "player.xml"); # build the twig my $root= $twig->root; $root->set_tag( 'stats_test'); $root->print; #### Houston, Allan 69 20.1 3.4 2.8 14 Sprewell, Latrell 69 19.2 4.5 4.0 15 Ewing, Patrick 49 14.6 10.0 1.0 68 Johnson, Larry 57 11.1 5.3 2.6 7