Help for this page

Select Code to Download


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