LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   install perl File::List module on sarge (https://www.linuxquestions.org/questions/debian-26/install-perl-file-list-module-on-sarge-450182/)

cccc 05-31-2006 05:27 AM

install perl File::List module on sarge
 
hi

howto install perl File::List module on sarge ?

kind regards
cccc

zeitounator 05-31-2006 06:43 AM

Like any other perl module on any linux system I guess:
Code:

cpan
## might have to go through config if running for first time
## then you get to the cpan shell

cpan> install File::List
## Pakage is downloaded compiled and installed ##
cpan> exit

You should run cpan as root. Type help in the shell to get more info on cpan commands.


All times are GMT -5. The time now is 07:01 AM.