Perl is a popular programming language and one of its major pros is that it supports the so-called modules - short bits of code that contain subroutines and execute multiple tasks. The beneficial side of using modules is that you do not have to write custom-made program code or add the whole code for a specific process each time it needs to be performed. Alternatively, you'll be able to include just a single line in your Perl script which calls a given module, that in turn will perform the needed task. Not only will this provide you with shorter and more optimized scripts, but it'll also help you make changes faster and much easier. If you aren't a programmer, still you'd like to work with a Perl app that you've discovered on the worldwide web, for example, it is likely that the application will need certain modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Website Hosting

All of our website hosting come with more than 3400 Perl modules which you'll be able to take advantage of as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, to supply you with a choice regarding what functionality you can add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list is available in the Server Information area of our custom-made Hepsia hosting Control Panel, which comes with all shared accounts. In the same place, you'll see the Perl version which we have as well as the path to the modules that you will have to use within your scripts to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to run any kind of script app written in this programming language without any problems irrespective of the semi-dedicated server plan that you choose. The aforementioned applies for both pre-made applications which you find online and for in-house built ones that you create. We offer such a large number of modules for two reasons - first of all, to offer you different options in respect to what kind of features you're able to add to your applications and websites and secondly, to ensure that in case you want to employ a ready script, it will run properly whatever the modules it will require. That's why, many of the modules included in our library are very popular while others are employed rarely. You'll see a list of all modules inside your website hosting Control Panel in addition to the access path that your scripts will need in order to use these modules.