http://qs321.pair.com?node_id=149808

basicdez has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks

Do any of you know if when using perl to write data into an xml format using xml::writer if there would be any reason that I would encounter a limit? I am currently creating xml files with close to 400,000 MB on a Unix environment and it appears as though the writer is preventing itself from writing out the last lines of the xml file. This is causing problems with reading in of the xml file by another program as there are no ending tags. Any help with this would be appreciate.

peace, LOVE and ((code))

basicdez