Perl is a widespread programming language and among its main pros is that it works with the so-called modules - short pieces of code that include subroutines and perform numerous tasks. The useful side of employing modules is that you won't have to write custom-made program code or add the whole code for some process every time it has to be executed. Alternatively, you will be able to add only one line in your Perl script that calls a given module, which in turn will perform the needed task. Not only will this lead to shorter and improved scripts, but it'll also help you make adjustments a lot quicker and easier. In case you are not a programmer, yet you'd like to start using a Perl app which you've discovered on the Internet, for instance, it's likely that the app will need specific modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our cloud plans include over 3400 Perl modules which you are able to employ as a part of your CGI scripts or web-based applications. They include both widely used and less popular ones, in order to offer you different options in terms of what functions you can add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list accessible in the Server Information area of our tailor-made Hepsia hosting Control Panel, which comes with all shared accounts. In the same location, you will find the Perl version which we have and the path to the modules that you'll have to use in your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud hosting platform, you can run almost any script application developed in this programming language without a problem whatever the semi-dedicated server package that you select. The aforementioned is valid for both pre-made applications that you discover online and for in-house built ones that you write. We provide such a large number of modules for a couple of reasons - first of all, to provide you with different options in respect to what features you'll be able to add to your applications and websites and secondly, to ensure that when you'd like to use a ready script, it'll run properly no matter what modules it requires. That's why, many of the modules included in our library are very popular whereas others are employed very rarely. You'll see a list of all modules in your website hosting Control Panel together with the access path that your scripts will need so as to use these modules.