Perl is a widely used programming language and one of its main advantages is the fact that it supports the so-called modules - short bits of code which include subroutines and perform a variety of tasks. The handy side of employing modules is the fact that you don't have to write custom program code or include the entire code for some task whenever it should be executed. Instead, you are able to add just one line in your Perl script that calls a particular module, which in turn will execute the necessary task. Not only will this give you shorter and optimized scripts, but it will also enable you to make changes faster and easier. In case you are not a programmer, yet you'd like to work with a Perl application that you've discovered on the web, for example, it is very likely that the application will require specific modules to be already installed on your hosting server.

Over 3400 Perl Modules in Shared Hosting

All of our Linux shared hosting services include more than 3400 Perl modules which you will be able to use as part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, to provide you with a choice regarding what features you'll be able to add to your sites. Several 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 custom-built Hepsia hosting Control Panel, which is featured with all of the shared accounts. In the same location, you'll find the Perl version that we have along with the path to the modules that you'll need to use inside your scripts so as to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you're able to manage any script application written in this programming language without any problems irrespective of the semi-dedicated server plan that you pick. This is valid for both pre-made apps which you get online and for custom-made ones that you develop. We provide such a large number of modules for two reasons - first of all, to offer you a selection in respect to what characteristics you are able to add to your applications and websites and second, to ensure that if you would like to employ a ready script, it'll run appropriately whatever the modules it needs. Because of this, most of the modules inside our library are very popular while others are employed rarely. You will find a list of all modules within your web hosting Control Panel in addition to the access path that your scripts need to use the modules.