NAME Mac::iTunes::AppleScript - control iTunes from Perl SYNOPSIS use Mac::iTunes; my $itunes = Mac::iTunes->controller; $itunes->activate; $itunes->play; $itunes->quit; DESCRIPTION Methods new() Returns a singleton object that can control iTunes. play Start playing the current selection pause Pause playback. playpause Toggle the play-pause button. If it's on play, it will pause, and if it's on pa