http://www.perlmonks.org?node_id=522696


in reply to XML::Simple ForceArray

Your question is about XML::Simple, but i dont see any code showing what you are doing with the module,
unless im very confused, the ForceArray => [ "server" ]
should be the arguments to your XML::Simple call e.g.:
my $ref = XMLin($xml_file, ForceArray => ["server"]); use Data::Dumper; print Dumper $ref;


This is not a Signature...