Skip to content

lancerobinsonDOTcom

Memory Dump

Categories

  • cisco
  • grep
  • hp
  • Linux
  • logrotate
  • Maps
  • perl
  • php
  • pscp
  • python
  • Sports
  • Uncategorized

Recent Posts

  • Learning Python Part 1
  • HP A5500 Bridge-Aggregation LACP Configuration
  • Python Notes
  • Display IP Address of users browser
  • Best Sports Trip Weekends 2015

Category: perl

Install perl module offline

Behind a firewall? Use the following commands.

tar xzf Test-Class-0.37.tar.gz
cd Test-Class-0.37
perl Makefile.PL
make
make test
make install

Posted on 2015-03-02Categories Linux, perlLeave a comment on Install perl module offline
Proudly powered by WordPress