Plagger::Plugin::Notify::Eject::mswin32 - Notify feed updates to CD Drive for MSWin32


Plagger documentation Contained in the Plagger distribution.

Index


Code Index:

NAME

Top

Plagger::Plugin::Notify::Eject::mswin32 - Notify feed updates to CD Drive for MSWin32

SYNOPSIS

Top

  - module: Notify::Eject

DESCRIPTION

Top

AUTHOR

Top

Kazuhiro Osawa, Fumiaki Yoshimatsu

SEE ALSO

Top

Plagger, Plagger::Plugin::Notify::Eject


Plagger documentation Contained in the Plagger distribution.

package Plagger::Plugin::Notify::Eject::mswin32;
use base qw( Plagger::Plugin::Notify::Eject );

use strict;
use Win32::MCI::Basic;

sub eject { Win32::MCI::Basic::mciSendString("Set CDAudio Door Open Wait"); }

1;

__END__