On 6/25/07, Andy Armstrong <[EMAIL PROTECTED]> wrote:
On 21 Jun 2007, at 19:54, Bill Ward wrote:
> Does anyone know of a Perl module that talks to a WordPress database?
> I'm thinking of writing one but prefer to avoid wheel reinvention.

I imagine it'd be better to talk to Wordpress's XMLRPC interface
unless you need something that can't be done that way. The DB schema
is free to change in backwards incomptible ways.

Yeah, I'd have to track schema changes, but I want to do things like
piggy back on its user accounts which I don't think XMLRPC gives
access to.

Reply via email to