Oh, and while I'm at it:

I can't quite figure out how to change the values of an existing Address Book record. I guess there are two cases: changing 'property' values and changing 'element' values. Any examples I could get for that would be great.

 -Ken


On Jul 10, 2004, at 11:16 PM, Ken Williams wrote:

Hey,

Another question - to add new entries to the address book, I think I do something like this:

  my $person = $glue->make(new => 'person', with_properties =>
                                 {first_name => 'Foo',
                                  last_name => 'Bar',
                                  email => '[EMAIL PROTECTED]'});

When I do this, the first_name and last_name entries show up fine in Address Book, but the email doesn't. I'm guessing this is because it's an 'element' of a person and not a 'property', whatever that means (what does that mean?).

-Ken



Reply via email to