Re: Question: glue for the Summarize service?

2005-02-14 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Kim Helliwell) wrote: Is there a way to call the Summarize service from a Perl script? It's in StandardAdditions, summarize. Just pass your text to it: my $finder = new Mac::Glue 'Finder'; # or any other scriptable app print

Re: Questions about Perl and Mac::Glue

2005-02-14 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Kim Helliwell) wrote: for $mbox ($account-obj('mailboxes')-get) { ... do some stuff... } But what if I want a reference to a list of all the mailboxes? Should I force a list context like this? $mboxes =