
Xmms::Remote - Perl Interface to xmms_remote API

use Xmms::Remote (); my $remote = Xmms::Remote->new; $remote->play;

This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now

xmms(1), Xmms(3), MPEG::MP3Info(3)

Doug MacEachern