perl -MCPAN -e 'install q[File::Find::Rule]' #### shell> perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.65) ReadLine support enabled cpan> o conf makepl_arg PREFIX="/your/path/to/perl/lib" #### perl Makefile.PL PREFIX=/your/path/to/perl/lib #### use lib '/your/path/to/perl/lib'; use File::Find::Rule;