Search Results

7
votes

What type of application/utilization is YAML best suited for?

I agree with Sergio; YAML provides a format which is easily editable by humans, but also a good way to cleanly represent data structures. YAML tends to be much more human-readable, IMO. …
3
votes

Any suggestions for a Perl XML Writer?

If you want to take a data structure in Perl and turn it into XML, XML::Simple will do the job nicely. At its simplest: …