Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: XMLin not able to read the input XML file

by kcott (Archbishop)
on Aug 27, 2011 at 09:03 UTC ( [id://922801]=note: print w/replies, xml ) Need Help??


in reply to XMLin not able to read the input XML file

Assuming you're using XML::Simple:

use XML::Simple;

Try using XML::Simple's Strict Mode:

use XML::Simple qw(:strict);

That may help to track down whatever it is that currently "doesnt seem to work".

Note: Use this in addition to normal strictures and warnings rather than as a replacement, i.e.

use strict; use warnings; ... use XML::Simple qw(:strict);

-- Ken

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 03:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found