|
From: Jason Zhang on 23 Jan 2006 00:33 Hi all, I am installing some perl's module on windows (Active Perl 5.8). I have downloaded the packages,such as CGI.ppd and CGI-3.04.tar.gz then I call ppm install cgi.ppd, but it try to access the web site. unfortunately, I have to work in a non-internet environment. How can I install the module without internet connection? Thank you!
From: MSG on 23 Jan 2006 01:45 Jason Zhang wrote: > Hi all, > I am installing some perl's module on windows (Active Perl 5.8). > I have downloaded the packages,such as CGI.ppd and CGI-3.04.tar.gz > then I call ppm install cgi.ppd, but it try to access the web site. > unfortunately, > I have to work in a non-internet environment. How can I install the > module > without internet connection? > Thank you! Run the following command(s): ppm help rep (repository) The last one tells you how to control "repository". You can ask ppm to look for packages ( which you have downloaded ) on your local file system and not on Internet.
From: Jason Zhang on 23 Jan 2006 02:40 I have installed it succesfully.Thank you so much!
|
Pages: 1 Prev: gunzip stdin stream? Next: How to check if a file is exist or not? |