Hi,
I have a Perl script that requires the following module to be installed.
use File::Find;
open(IN,$File::Find::name) or ...
type something like that. btw, it's in the documentation :-)
perl -MFile::Find -e 1; # if it doesn't complain it's installed
--manfred
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>