Daily Archives: June 24, 2015

Installing a perl module under linux

Sometimes you need to use perl… and quickly you need to install a missing dependencies. you can do it manually but it can be cumbersome. Here is another way using cpanminus tools: curl -L http://cpanmin.us | perl – –sudo App::cpanminuscurl … Continue reading

Posted in Computer Science | Tagged | Leave a comment