Re: [ILUG] How to find Perl modules ?

From: Justin Mason (jm at domain jmason.org)
Date: Tue 15 Feb 2000 - 11:44:56 GMT


"John P. Looney" said:

> http://rpmfind.doc.ic.ac.uk/PByName.html
>
> when there is something wrong - in this case "Can't locate Net/FTP.pm".

Well, unfortunately redhat for one have been sadly lacking ni the correct
set of modules for a modern perl installation. Better to do it the perl
way, like this:

        perl -MCPAN -e shell
        cpan> install Net::FTP
        .....
        cpan> quit

--j.



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:25 GMT