Perl is a widely used programming language and one of its key pros is the fact that it supports the so-called modules - short bits of program code which include subroutines and do different tasks. The handy side of employing modules is the fact that you don't have to create custom-made program code or include the whole code for a particular process each time it should be performed. Alternatively, you'll be able to include just a single line in your Perl script that calls a particular module, that in turn will perform the necessary action. Not only will this lead to shorter and improved scripts, but it will help you make adjustments quicker and much easier. If you are not a programmer, still you'd like to employ a Perl application which you've found on the web, for example, it is very likely that the application will require some modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Cloud Hosting

All of our Linux cloud hosting packages include over 3400 Perl modules which you can take advantage of as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, to offer you a choice in terms of what functions you'll be able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list can be found in the Server Information section of our in-house made Hepsia web hosting Control Panel, that comes with all shared accounts. In the same location, you can see the Perl version that we have and the path to the modules that you will have to use in your scripts so as to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our Linux semi-dedicated packages include a huge selection of Perl modules that you could use with your scripts. Thus, even when you need to use an application that you've found online from a different website, you can be sure that it will work correctly because regardless of what modules it may require, we'll have them. Our collection offers more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many others - some of them are commonly used and others not so much. We keep such a large number to be on the safe side and to be sure that any script will work on our machines even if some module it needs is used rarely. The full list of modules that can be used can be found inside the Hepsia web hosting CP offered with the semi-dedicated accounts.