Help for this page
$xmlfile =~ 's/^/XML|/' ;
while (my $xmlfile = <$list>) { $xmlfile =~ 's/^/XML|/' ; chomp $xmlfile; $twig->parsefile($xmlfile); }