perl statistics descriptive question

Hi
i’m trying to install an application that depends on perl statistics descriptive. i have downloaded the source frome here but don’t now how to install it. the package contains this files: UserSurvey.txt, test.pl, README, MANIFEST, Makefile.PL, Descriptive.pm, descr.t, Changes. the readme dos not include any instructions. maybe it doesn’t have to be installed, if so where do i extract it or what do i do with it?

thanks

Hi
You could either use the cpan command (I prefer to use the shell) to
install. Have a look at the man page for cpan.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 13:20, 1 user, load average: 0.44, 0.14, 0.12
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.29

Usual commands are:

perl Makefile.PL
make
make test
make install

That last one should be run as root as it will install the files in the system library directories.

thanks ken_yap, it worked :wink: