Perl is a popular programming language and one of its main advantages is that it supports the so-called modules - short bits of code that include subroutines and do various tasks. The handy side of employing modules is that you don't have to write custom-made program code or add the entire code for a particular action every time it should be executed. Instead, you are able to add just a single line in your Perl script which calls a given module, which in turn will execute the necessary task. Not only will this provide you with shorter and improved scripts, but it will also allow you to make adjustments swifter and easier. In case you are not a programmer, still you'd like to employ a Perl application that you've found on the web, for example, it is likely that the app will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Website Hosting

All of our Linux website hosting feature over 3400 Perl modules that you are able to work with as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, in order to offer you a choice regarding what features you're able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list is available in the Server Information area of our in-house made Hepsia website hosting Control Panel, which is provided with all of the shared accounts. In the same location, you'll see the Perl version that we have and the path to the modules that you will need to use inside your scripts in order to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our Linux semi-dedicated hosting feature a big collection of Perl modules that you may use with your scripts. This way, even when you would like to use an app that you've found online from another website, you can rest assured that it will work effectively since regardless what modules it may possibly need, we will have them. Our selection features more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and more - a lot of them are commonly used while others not as much. We keep such a large number to be on the safe side and to make certain that any script shall work on our web servers even if some module it requires is used rarely. The entire list of modules you can use can be found inside the Hepsia web hosting CP provided with the semi-dedicated accounts.