I need to install some CPAN modules in a linux box which I do not have the root privilege.
The installation of Spreadsheet::WriteExcel
goes quite smoothly. But the try to install File::Find::Rule
failed with warning "you do not have permissions to install into ....." and hint "you may have to su to root to install the package"
I'm puzzled why some CPAN module installation require root privilege while there are others do not ? and If I really want to use the File::Find::Rule
in that linux box , is there any work-around solution I can choose ?
thanks.