Help for this page
<dict> <key>TEST1</key> ... <key>TEST3</key> </dict>
<dict> <key>ADDKEY</key> ... <key>TEST2</key> </dict>
use strict; use warnings; ... open my $out, '>', 'out.xml'; binmode $out; $doc->toFH($out);