Re: Mac::Glue and Address Book

2004-07-04 Thread Ken Williams
On Jul 4, 2004, at 1:23 PM, Chris Nandor wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ken Williams) wrote: When I get a record from the Address Book like so: use Mac::Glue ':all'; my $ab = Mac::Glue->new('Address Book'); my $person = $ab->obj( people => whose(AND => [

Re: Mac::Glue and Address Book

2004-07-04 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ken Williams) wrote: > When I get a record from the Address Book like so: > >use Mac::Glue ':all'; >my $ab = Mac::Glue->new('Address Book'); >my $person = $ab->obj( people => whose(AND => > [[ first_name => begins_with => 'Sm

Re: Krazy Mac::Glue entities

2004-07-04 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ken Williams) wrote: >use Mac::Glue ':all'; >my $ab = Mac::Glue->new('Address Book'); >my $person = $ab->obj( people => whose(AND => > [[ first_name => begins_with => 'Smorgasbord' ], > [ last_name => equals =>

Krazy Mac::Glue entities

2004-07-04 Thread Ken Williams
Um, When I do the following: use Mac::Glue ':all'; my $ab = Mac::Glue->new('Address Book'); my $person = $ab->obj( people => whose(AND => [[ first_name => begins_with => 'Smorgasbord' ], [ last_name => equals => 'Milhouse']] ); the $person object is absolutely nuts.