How to install perl module for www in Ubuntu/Linux?
libwww-perl (also known as LWP) is a collection of Perl modules that provide a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. It also contains general purpose modules, as well as a simple HTTP/1.1-compatible [...]
How to install Apache in Mac and Linux?
Installing Apache from sources involves the following steps Download Apache. Make sure that you download the source (stable version) The downloaded file will be something like this httpd-x.x.x.tar.gz (where x.x.x is the Apache version) Now execute the following commands ./configure –prefix=/usr/local/apache2 make sudo make install If everything is installed fine, run the following command, And [...]