in reply to Database module recommendations

To take a different tack: maybe what you really want is an existing addressbook application that you can talk to with perl code? Out on CPAN there's the Mozilla::Mork module that you can use to access Mozilla address book files.

  • Comment on Existing address books that perl can work with

Replies are listed 'Best First'.
Re: Existing address books that perl can work with
by stu42j (Sexton) on Jul 21, 2006 at 19:24 UTC
    Wow, I hope that is a joke about using Mork! Seriously, Mork is on its way out as far as Mozilla is concerned (to be replaced with SQLite).
      No, it wasn't a joke, but I'm glad to hear that Mork is slated for death. I would've gone back to BDB myself, but nearly anything would be an improvement.

      In any case, the point still stands that leveraging an existing project is often better than creating a new one... If not Mozilla::Mork, what would be the way to go?

      Mail::Client::Yahoo doesn't seem to have any features to access the yahoo address book. Mail::Addressbook::Convert looks like it might be a good piece to work with... (The AddressBook module itself looks a little too simple to bother with).