Greetings, O monks,
I'm trying to get Audio::OSS working. The following are the first two lines of the code sample given in the cpan doc:
use Audio::OSS qw(:funcs :formats :mixer); my $dsp = IO::Handle->new("</dev/dsp") or die "open failed: $!";
When I run this on my system, I get this: Can't locate object method "new" via package "IO::Handle" at a.pl line 2.
Can anyone suggest what I need to do here?
TIA!
-Ben
In reply to code example from Audio::OSS doc fails? by bcrowell2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |