> I'm trying to write a mod_perl script (for PerlRun) that will present an 
> online interface to my Mac OS X Address Book. 

I've litterally just started to do something like this:

http://svn.cuckoo.org/CPAN/Mac-AddressBook2Web/

It would work very differently though.

1) Script (to put in cron) on OS X box with AddressBook.
2) Export vCard information
3) Upload to webserver (any type) which then uses Text::vCard to process.
4) Process through TT and spit out web pages (will make it
   so you can do what you like with the Text::vCards, e.g. store to DB)

Let me know off list if this helps you and you need specific
functionality. Please be aware that the code is just me working
stuff out at the moment, but the basics work.

Cheers

Leo

Reply via email to