Giulio Motta > Audio-Beep-0.10 > Audio::Beep::Linux::beep

Download:
Audio-Beep-0.10.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source   Latest Release: Audio-Beep-0.11

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

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

BUGS ^

None known.

COPYRIGHT ^

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.