[EMAIL PROTECTED] wrote: > > HI Jim > > thanks for your answer. > That what I believed but i was not sur. > > So I will move from my /home/download/mon directory to .. well for exemple > /opt/mon and after launch the mon perl file. > > I think It will be goor to put that in FAQ > > May i ask one more question ? > > where i should put the extra perl module that i have downloaded from CPAN ?
Those perl modules DO have install scripts ;-) just do something like this : tar -xvzf Time-HiRes-01.20.tar.gz cd Time-HiRes-01.20 perl Makefile.PL make make test (not strictly necessary) make install (as root) Tom
