sub process_file ($) { my $filename= shift; my $twig= new XML::Twig(); print "filename: [$filename]\n"; $twig->parse ($filename); # $twig->print; }