|
Hello,
I am in desperate need of guidance. I've tried google-ing everything I can think of and I still can't figure out how to install the module Spreadsheet-ParseExcell, or any module for that matter.
The readme says:
INSTALLATION
The module can be installed using the standard Perl procedure:
perl Build.PL
./Build
./Build test
./Bbuild install
or
perl Makefile.PL
make
make test
make install # You may need to be root
make clean # or make realclean
or using CPAN.pm or CPANPLUS.pm
But I just don't have enough experience with Builds, Makes, or CPAN to know how any of them work. And when I try them, I simply get errors.
Can anyone give me step-by-step instructions on how I install this or any module (perhaps using CPAN, which I have)? Thank you!!!
|