In article <f05111b08ba1d78018e1d@[152.3.174.68]>, Greg Kapp <[EMAIL PROTECTED]> wrote:
> Does anyone have any information about writing plists in general or > the loginwindow.plist specifically. I haven't seen anything that > makes the XML format clear, indicating which fields are required and > which are not. Mac::PropertyList should be able to give you a Perl data structure which represents this plist. the only limitation with the module at the moment is that it cannot handle more than two levels of nesting (although i want to change that by using PropertyList Services when i get back to looking at Carbon). if you have any problems, let me know and i'll fix the module :)
