GENERAL Win32::SoundRec is a Perl module that allows you to record sound on Win32 platforms. PREREQUISITES An MCI compatible soundcard INSTALL To install this module you do the following: perl Makefile.PL make make test make install That should do the trick... Makefile.PL checks if we're on a Microsoft platform. If this check doesn't succeed, no Makefile will be written. If you think this is an error, please notify me, and remove these checks by hand from Makefile.PL yourself and continue with the installation AUTHOR Jouke Visser jouke@cpan.org http://jouke.pvoice.org COPYRIGHT Copyright (c) 2003 Jouke Visser. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.