Date: Fri, 7 Sep 2001 11:39:11 +0100 From: Paul Branston <apbran@rannoch.demon.co.uk> To: David <david@huffstutler.com> Cc: freebsd-questions@freebsd.org Subject: Re: Perl-Mods Message-ID: <20010907113910.C13704@rannoch.demon.co.uk> In-Reply-To: <000d01c13791$1c9e3340$1100a8c0@huffstutler.com>; from david@huffstutler.com on Fri, Sep 07, 2001 at 04:34:53AM -0700 References: <000d01c13791$1c9e3340$1100a8c0@huffstutler.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 07, 2001 at 04:34:53AM -0700, David wrote: > I'm running FreeBSD 4.2-release, Perl-5.00503. > > I have 3 questions. > > How can I find out which Perl Mods are already installed? try perldoc perllocal > What directory are they stored in (the repository)? perl -e 'print "@INC";' will show the include path > What is the best way to install Perl Mods? usr some devious means to get the gzip from CPAN onto the machine, decompress it and untar it. Then do perl Makefile.PL make make test make install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010907113910.C13704>