in reply to XML::Parser and multiple results

try wrapping them in a <results> tag, and either add id attributes or remove the numbers
<results> <output> <program></program> <version></version> <information></information> <data></data> </output> <output id="2"> ... </output> </results>
Your only allowed one root element in XML, IIRC.

+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;