>It took me a little bit to work out, but here's a functioning script: >use strict; >use Mac::Glue ':all'; > >my $filemaker = Mac::Glue->new('FileMaker_Pro'); > >$filemaker ->activate(); > >$filemaker->show($filemaker->obj(layout => 'Data Entry' => > document=>'Inventory')); > >$filemaker->show($filemaker->obj('records' => whose(AND => > ['cell' => 'Phone Ext.' => equals => '127'], > ['cell' => 'Type' => equals =>'Computer']))); > >__END__ > Awesome. Thanks. =) >>And for Chris, I keep getting these lines when I run my script: >> >>-- >># Can't locate :auto:Mac:Glue:autosplit.ix in @INC. >>File 'corinth:Developing:MacPerl Ÿ:site_perl:AutoLoader.pm'; Line 106 >> >>File 'corinth:Developing:MacPerl Ÿ:lib:Mac:Glue.pm'; Line 13 >>-- >> >>They don't seem to affect anything, but is there something I can do to >>avoid them? They only occur when the script first loads. What's with the >>blank error? > >I'd say you probably don't have glue installed properly, but that's just my >guess. I'll try a reinstall, then. Thanks again, strider -- | --+-- A thing is worth what someone is willing to pay for it. | | ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org