Install System RPMs
1 | # yum install perl-ExtUtils-Embed |
Download & Install Perl Modules
1 | # tar xvf PERL_MODULE.tar.gz |
The installed Perl modules can be found in -/usr/share/perl5/
or/usr/local/share/perl5/
Pre-downloaded Perl modules
If there are still any dependancy modules, search and download them from https://metacpan.org/.
Getopt-ArgvFile-1.11.tar.gz
IPC-Run3-0.048.tar.gz
Module-ScanDeps-1.31.tar.gz
PAR-Dist-0.51.tar.gz
PAR-Heavy-1.018.tar.gz
PAR-Packer-1.057.tar.gz
Filter-Crypto-2.09.tar.gz
Usage of pp
1 | /usr/local/bin/pp \ |