"Mac::Glue does AppleScript so you don't have to." If you have MacPerl *earlier* than 5.6, you should have the latest cpan-mac distribution: http://sf.net/projects/cpan-mac/ For Mac OS X, you should have the latest Mac::Carbon distribution: http://pr...
CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTCThis module allows you to write Perl code in object-oriented syntax to control Mac applications. The module does not actually execute Apple Events, but actually translates Perl code to AppleScript code and causes it to be executed. Quick start The fo...
STEVIED/Mac-AppleScript-Glue-0.06 - 16 Jan 2019 06:03:11 UTCSee "Mac::Glue" for complete documentation on base usage and framework. EOT $self{FINISH} = <<EOT;...
CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTCObjects of this module store an AppleScript "object reference," which is a way that AppleScript refers to an object. See Mac::AppleScript::Glue for full information on how to use this package....
STEVIED/Mac-AppleScript-Glue-0.06 - 16 Jan 2019 06:03:11 UTCThis package uses Mac::Glue to export all vCards from your Apple Address Book. I can write this file to disk, or process the results using Text::vCard and Template Toolkit to generate web pages. new() my $exporter = Mac::Glue::Apps::AddressBookExport...
LLAP/Mac-Glue-Apps-AddressBookExport-0.2 - 23 Jan 2005 21:36:17 UTCObjects of this module are used to send events to an application. See Mac::AppleScript::Glue for full information on how to use this package....
STEVIED/Mac-AppleScript-Glue-0.06 - 16 Jan 2019 06:03:11 UTCThe App module simplifies reading the Apple event dictionary from an application. It will launch the application if necessary to obtain the dictionary. Methods new Example: ($name is the name of the application.) use Mac::AETE::App; use Mac::AETE::Fo...
CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTCThe Parser module serves as a base class for the Mac::AETE::App and Mac::AETE::Dialect modules. Methods new Example: ($aete_handle is a handle containing a valid AETE resource. $name is the name of the application.) use Mac::AETE::Parser; use Mac::AE...
CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTCThe data in Dialect objects can be merged into a Parser or App object to make a complete Apple event dictionary. The module will locate the proper AppleScript dialect file in the system folder. See Mac::AETE::Parser and Mac::AETE::App for more detail...
CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTCMac::Growl provides a simple notification for perl apps to register themselves with and send notifications to the Mac OS X notification application Growl. Mac::Growl defines two methods: RegisterNotifications(appname, allNotifications, defaultNotific...
CNANDOR/Mac-Growl-0.67 - 24 Aug 2006 23:04:19 UTCThis module allows you to interface to the Elgato EyeTV Digital Video Recorder. EyeTV is a piece of software and hardware for Mac OS X which can record and play back television much like a Tivo. This module allows you to interface to the EyeTV softwa...
LBROCARD/Mac-EyeTV-0.30 - 17 Dec 2005 13:01:08 UTC**This module is unmaintained** METHODS new() Creates a new, empty Mac::iTunes object. If you want to read a current library, use read(). Returns false on failure. POD ERRORS Hey! The above document had some coding errors, which are explained below: ...
ADOPTME/Mac-iTunes-1.23 - 02 Jan 2015 00:09:41 UTCThis module provides documentation of the Mac::Carbon modules, and acts as a frontend to them. Mac::Carbon is a collection of perl modules for accessing the Carbon API under Mac OS X. It is a port of the Toolbox modules written by Matthias Neeracher ...
CNANDOR/Mac-Carbon-0.82 - 06 Oct 2009 04:54:36 UTCThe %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...
BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTCThis script opens a new iTerm window and creates a tab for each directory. Within each tab, it changes to that directory. It allows you to use aliases (not the filesystem sort, the nickname sort) to save on typing. Without arguments it finds the fron...
ADOPTME/Mac-iTerm-LaunchPad-1.011 - 30 Apr 2018 15:34:07 UTC