- or download this
perl -MCPAN -e 'install q[File::Find::Rule]'
- or download this
shell> perl -MCPAN -e shell
...
cpan> o conf makepl_arg PREFIX="/your/path/to/perl/lib"
- or download this
perl Makefile.PL PREFIX=/your/path/to/perl/lib
- or download this
use lib '/your/path/to/perl/lib';
use File::Find::Rule;