Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML configuration file value parsing help / PERL

Status
Not open for further replies.

Nandorus

IS-IT--Management
Oct 5, 2002
1
NL
Hi All,

I am new to XML handling with perl and I have a simple question. I have several XML configuration files and I would like to extract/resolve specific values from them and place them into a CVS file. Is there any easy way to find values giving the name of the parameter which returns the value?
I have looked @ several modules and I just not seem to find the right one for me.

 
Take a look at the XML::parser or XML::Simple modules. They'll do what you're looking for.

- Rieekan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top