> find `perl -e 'print "@INC"'` -name '*.pm' -print
To use the CPAN shell tool:
> sudo perl -MCPAN -e shell
> install Spread***::WriteExcel
With this command, the CPAN shell will automatically download the
module, find & retrieve any dependencies like Parse::RecDescent and
File::Temp, and unpack, configure, make, test, and install for you.
> perl -v
To print the configuration summary
> perl -V
Additional Information