Flipkart

Saturday, May 20, 2017

Install CPAN modules into your local Perl library using CPAN


Invoke the CPAN shell:
# perl -MCPAN -e shell
The first thing you should do is to upgrade your CPAN:
cpan> install Bundle::CPAN
Once ready, type:
cpan> reload cpan
configure and install the DateTime::TimeZone module, type:
cpan> install DateTime::TimeZone
If needed you will be prompted to install other modules


No comments:

Post a Comment