At 8:51 -0500 1999.09.17, Jefferson R. Lowrey wrote: >A couple of things. One, I'm not sure if Chris read the pod for a >FileMaker glue or not. The 'with data' is an optional clause, so I think >it would have to be >$fm->create('request', with_data=>'1'); >and it might have to be >$fm->create($fm->obj('request'),with_data => '1'); Close, but obj() would need a class and value, so it is likely prop(): $fm->create( $fm->propr('request'), with_data => 1); -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org