Tuesday, January 3, 2017

Install CPAN modules into your local Perl library using CPAN

# perl -MCPAN -e shell

cpan> install Bundle::CPAN

cpan> reload cpan


cpan> install DateTime::TimeZone

No comments:

Post a Comment

Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...