3

Mac OS X has an application called defaults which allows one to set and retrieve application configuration variables.

Is there a Perl module which allows me to read/write these configuration variables without having to use qx//?

Sinan Ünür
  • 116,958
  • 15
  • 196
  • 339

1 Answers1

4

There are Mac::PropertyList and Mac::Tie::Plist modules, but neither supports writing. Stick with defaults for now.

Sinan Ünür
  • 116,958
  • 15
  • 196
  • 339
geekosaur
  • 59,309
  • 11
  • 123
  • 114