Re: Setup of ActivePerl Modules HELP!

2005-05-10 Thread [EMAIL PROTECTED]
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

RE: Setup of ActivePerl Modules HELP!

2005-05-10 Thread Cristi Ocolisan
Hi Flash -:) Usually the File::Find module is already installed with your perl distribution. CO -Original Message- From: FlashMX [mailto:[EMAIL PROTECTED] Sent: 10 mai 2005 15:42 To: beginners@perl.org Subject: Re: Setup of ActivePerl Modules HELP! Hi, I have a Perl script that

Re: Setup of ActivePerl Modules HELP!

2005-05-10 Thread FlashMX
Hi, I have a Perl script that requires the following module to be installed. use File::Find; open(IN,$File::Find::name) or ... WHen I ran the PPM and did a search for "Find" I couldn't find the module "File-Find"? Which one do I have to install? This is what gets listed: 26. File-Find-Du