
Mac::AppleScript::Glue::Object - represents an AppleScript object reference

use Mac::AppleScript::Glue::Object;
my $obj = new Mac::AppleScript::Glue::Object(
ref => 'folder "Applications"',
app => $my_app,
);

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.

Creates a new Mac::AppleScript::Glue::Object object.
Contains a Mac::AppleScript::Application object to which to send any AppleScripts. If not set, then the script is run without targeting any application.
The value of the object reference as a string.
Sets the value of one or more properties in the object reference. Returns the result, if any, of the last "set" property.

Mac::AppleScript::Glue::Application

John Labovitz <johnl@johnlabovitz.com>

Copyright (c) 2002 John Labovitz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.