http://www.perlmonks.org?node_id=1004333


in reply to Install Perl Modules, No Internet

You should be able to untar the tarballs, cd to the right directory and then:

perl Makefile.PL make make test sudo make install
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: Install Perl Modules, No Internet
by dburke (Novice) on Nov 17, 2012 at 18:35 UTC
    Thank you for the help, but I forgot to mention that I'm on Windows.
      Then you will have to find some version of make for Windows and install that on your machine: make for Windows.

      I used to have a link to download nmake.exe from the Microsoft site but the link is dead now.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      My blog: Imperial Deltronics