XML::Simple and Annoying Output



I'm trying to parse a XML file, and I get all the time an output like HASH(0x2aed088)


here is my code


$xml = new XML::Simple; $data = $xml->XMLin('test',keyattr => { 'name' => 'count' }); $check = sprintf($data); print $check."\n";


Can you help me ?


Bests


No comments:

Post a Comment