How to install a Perl module

1. Download, extract, cd into directory

2. Compile & Install

perl Makefile.PL
    make
    make install

the second method can be:

perl -MCPAN -e shell
    install modulename

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)