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

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

The new class method can receive as option in hash fashion the following directives
With the path option you can give your full path to the "beep" program to 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.

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" man page for more info.

None known.

Copyright 2003 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.