| Plagger documentation | Contained in the Plagger distribution. |
Plagger::Plugin::Notify::Eject::mswin32 - Notify feed updates to CD Drive for MSWin32
- module: Notify::Eject
Kazuhiro Osawa, Fumiaki Yoshimatsu
| 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__