##
DESTROY created new reference to dead object 'utf8' during global destruction.
####
use strict;
use XML::Simple;
my $data;
{
local $/;
$data = ;
}
my $config = XMLin($data);
print "config read\n";
__DATA__
10.0.0.101
10.0.1.101
10.0.0.102
10.0.0.103
10.0.1.103