Audio::Beep::Linux::beep.3pm

Langue: en

Version: 2004-04-03 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Audio::Beep::Linux::beep - Audio::Beep player module using the beep program

SYNOPIS

     my $player = Audio::Beep::Linux::beep->new([%options]);
 
 

USAGE

The "new" class method can receive as option in hash fashion the following directives
path => '/full/path/to/beep'
With the path option you can set the full path to the beep program in the object. If you don't use this option the new method will look anyway in some likely places where beep should be before returning undef.

NOTES

The beep program is a Linux program wrote by Johnathan Nightingale. You should find C sources in the tarball where you found this file. The beep program needs to be (usually) executed as root to actually work. Please check beep(1) for more info.

BUGS

None known. Copyright 2003-2004 Giulio Motta giulienk@cpan.org.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.