my $start = times; my $config = XMLin($data); my $stop = times; print "$start:$stop: ",$stop - $start; print "config read\n";