Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: XML::Simple ForceArray

by monkey_boy (Priest)
on Jan 12, 2006 at 13:59 UTC ( [id://522696]=note: print w/replies, xml ) Need Help??


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...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://522696]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found