Which Perl XML module should I use to ...?
I asked Which Perl XML module should I use? on O'Reilly Answers to survey people about their XML module use, but my question was too general. Before you can recommend an XML module, you need to know what the task is.
I've refined the question into three more specific questions:
- Which Perl module should I use to create a new XML file?
- Which Perl module should I use to modify an existing XML file?
- Which Perl module should I use to pull information from an XML file?
Maybe someone should start the same sort of questions for Perl web frameworks or any of the other topics that have multiple (hence, confusing) options.
The first question is missing the "other" option. Can you fix that, or include XML::Writer::Simple on that list? (or probably replace XML::DT on it, as it doesn't work for creating files).
The first question is missing the "other" option. Can you fix that, or include XML::Writer::Simple on that list? (or probably replace XML::DT on it, as it doesn't work for creating files).
Why are all the polls except for the last one multi-select?