man Xmms::Remote () - Perl Interface to xmms_remote API

NAME

Xmms::Remote - Perl Interface to xmms_remote API

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

AUTHOR

Doug MacEachern