XML_MERGE(1p) | User Contributed Perl Documentation | XML_MERGE(1p) |
xml_merge - merge back XML files split with C<xml_split>
"xml_merge" takes several xml files that have been split using "xml_split" and recreates a single file.
xml_merge foo-00.xml # output to stdout xml_merge -o foo.xml foo-00.xml # output to foo.xml
XML::Twig, xml_split
Michel Rodriguez <mirod@cpan.org>
This tool is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-08-29 | perl v5.34.0 |