Which Emacs.app?

There’re many versions of GNU Emacs to choose from when it comes to MacOS. There’s a standard console-only Emacs that comes with the system. There’s Carbon Emacs that (as the name implies) uses Carbon libs. There’s an Aquamacs — again, the name is telling. But what I found to be a very nice addition to … Read more

XML::Simple oversimplification

Perl’s XML::Simple module is an easy way to get your application to talk some basic XML. it uses expat to parse data, so there the leverage is good. But where things tend to go awry is with consistency of reading and writing back. Example Let us take the following sample XML document: <data> <survey key=”123″> … Read more