Am 18.05.2006 um 16:01 schrieb Gavin Brock:
* Actually hook into the Mac libraries and let the OS parse it and
give me back the data. That's the best solution, but only if I
give up
being pure-Perl and portable, which are both very important to me. I
will gladly add something to do that if someone writes it for me, but
alongside the pure Perl version.
* Can I hook into the Mac stuff with something like Inline::Java?
Actually, you can do this without resorting to Java - there was a
great article on using the Objective-C bridge (Foundation.pm) at:
http://www.macdevcenter.com/pub/a/mac/2005/07/29/plist.html
You also can use Camelbones for reading and writing PropertyLists in
Perl.
I use it in my build processes and it works great.
Manfred