User Tools

Site Tools


perl
  • How to install modules from CPAN
sudo cpan
install "Email::Reply";  # for example
  • Install Math:Round (which seems not available from CPAN)
sudo apt-get install libmath-round-perl
perl.txt · Last modified: 2018/12/31 14:23 by 127.0.0.1