Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > How to install perl's module without internet connection?

Reply
Thread Tools

How to install perl's module without internet connection?

 
 
Jason Zhang
Guest
Posts: n/a
 
      01-23-2006
Hi all,
I am installing some perl's module on windows (Active Perl 5..
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!

 
Reply With Quote
 
 
 
 
MSG
Guest
Posts: n/a
 
      01-23-2006
Jason Zhang wrote:
> Hi all,
> I am installing some perl's module on windows (Active Perl 5..
> 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.

 
Reply With Quote
 
 
 
 
Jason Zhang
Guest
Posts: n/a
 
      01-23-2006
I have installed it succesfully.Thank you so much!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Trying to install module, No module named scipy_distutils.core (but ihave scipy) process Python 1 10-17-2008 06:19 PM
How to install module when I am not allowed to install moudule in system directory? zaifengwang@gmail.com Perl Misc 13 08-20-2006 02:36 PM
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
install module without root access Nicholas R. Markham Perl Misc 5 01-28-2004 03:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57