perl

Stephen Carville stephen.carville at gmail.com
Fri Aug 22 05:15:04 UTC 2008


On Thursday 21 August 2008 4:04 am, Mad Unix wrote:
> Am trying to install perl module "File::Find", but not able it gave the
> following

<snip>

> This is perl, v5.8.8 built for x86_64-linux-thread-multi
>
> Copyright 1987-2006, Larry Wall
>
> Perl may be copied only under the terms of either the Artistic License or
> the
> GNU General Public License, which may be found in the Perl 5 source kit.
>
> Complete documentation for Perl, including FAQ lists, should be found on
> this system using "man perl" or "perldoc perl".  If you have access to the
> Internet, point your browser at http://www.perl.org/, the Perl Home Page.


???  File::Find is a part of the 5.8.8 distribution.  It should already be 
installed. This will tell you for certain:

perl -MFile::Find -e 'print $File::Find::VERSION . "\n";'

If you need the latest version you will have to download the source for Perl 
5.10.0, locate the File::Find source directory and build it yourself.

--
Stephen 




More information about the redhat-list mailing list