Help for this page
#!/usr/bin/perl -w use strict; ... my $config = XMLin($file); print Dumper($config); exit;
$VAR1 = { 'LOGENTRY' => [ ... } ] };