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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XMLout()

Status
Not open for further replies.

oliverreade

Programmer
Mar 12, 2002
10
GB
How does XMLout() actually work?

I have retrieved data from an XML file using XMLin(filename). I have read all the faq's and explainations from various sources but there are no helpful examples and proper definitions anywhere...

my $config = XMLin("./registry/new2.xml", forcearray =>2) #works fine

my $new_data = XMLout("new_file.xml")
#how do I get the new information to write to this new file?

Is XMLout()the correct call if I need to write information to another XML file?

 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top