Perl is a widespread programming language and among its key advantages is the fact that it supports the so-called modules - short bits of program code that include subroutines and do a variety of tasks. The beneficial side of working with modules is that you won't need to write custom-made program code or add the entire code for a particular task each time it has to be executed. Instead, you'll be able to include just one line in your Perl script that calls a specific module, which in turn will perform the needed action. Not only will this give you shorter and more optimized scripts, but it will also enable you to make changes faster and much easier. If you are not a programmer, but you would like to use a Perl application that you've discovered on the Internet, for instance, it is very likely that the application will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Our Linux shared web hosting come with more than 3400 Perl modules which you will be able to benefit from as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, in order to offer you different options with regard to what features you can add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list can be found in the Server Information area of our in-house made Hepsia website hosting Control Panel, that comes with all shared accounts. In the same place, you can see the Perl version which we have and the path to the modules that you will have to use inside your scripts to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to manage almost any script app written in this programming language without a problem whatever the semi-dedicated server plan that you choose. The abovementioned is valid for both pre-made apps that you discover online and for custom-built ones which you write. We provide such a large number of modules for two reasons - first, to give you a choice in respect to what kind of features you're able to add to your apps and sites and second, to ensure that if you would like to employ a ready script, it will run flawlessly regardless of what modules it requires. That's why, many of the modules included in our library are very popular while others are used rarely. You'll find a list of all the modules in your website hosting Control Panel in addition to the access path which your scripts will need to use the modules.