The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Mac::Glue"

Mac::Glue - Control Mac apps with Apple event terminology River stage one • 4 direct dependents • 4 total dependents

"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 UTC

Mac::AppleScript::Glue - allows AppleScript to be written in Perl River stage zero No dependents

This 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 UTC

Mac::AETE::Format::Glue River stage one • 4 direct dependents • 4 total dependents

See "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 UTC

Mac::AppleScript::Glue::Object - represents an AppleScript object reference River stage zero No dependents

Objects 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 UTC

Mac::Glue::Apps::AddressBookExport - Export from Address Book and publish River stage zero No dependents

This 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 UTC

Mac::AppleScript::Glue::Application - an application to send AppleScript to River stage zero No dependents

Objects 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 UTC

Mac::AETE::App - reads the Macintosh Apple event dictionary from an application. River stage one • 4 direct dependents • 4 total dependents

The 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 UTC

Mac::AETE::Parser - parses Macintosh AETE and AEUT resources. River stage one • 4 direct dependents • 4 total dependents

The 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 UTC

Mac::AETE::Dialect - reads the Macintosh Apple event dictionary from an Applescript dialect file. River stage one • 4 direct dependents • 4 total dependents

The 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 UTC

lib/Mac/Glue/Common.pm River stage one • 4 direct dependents • 4 total dependents

CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTC

lib/Mac/AETE/Format/Dictionary.pm River stage one • 4 direct dependents • 4 total dependents

CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTC

lib/Mac/AETE/Format/Converter.pm River stage one • 4 direct dependents • 4 total dependents

CNANDOR/Mac-Glue-1.30 - 03 Jan 2007 22:25:40 UTC

Mac::Growl - Perl module for registering and sending Growl Notifications on Mac OS X River stage one • 3 direct dependents • 4 total dependents

Mac::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 UTC

Mac::EyeTV - Interface to the Elgato EyeTV Digital Video Recorder River stage zero No dependents

This 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

Mac::iTunes - interact with and control iTunes River stage one • 1 direct dependent • 1 total dependent

**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 UTC

Mac::Carbon - Access to Mac OS Carbon API River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

Mac::Errors - constants for Mac error codes River stage one • 1 direct dependent • 1 total dependent

The %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 UTC

Mac::iTerm::LaunchPad - open a new iTerm window with one or more tabs River stage zero No dependents

This 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
18 results (0.04 seconds)