Perl is a well-known programming language and among its key pros is the fact that it supports the so-called modules - short bits of program code that include subroutines and perform different tasks. The useful side of employing modules is that you do not need to create custom code or add the entire code for some process each time it should be performed. Alternatively, you will be able to include only a single line in your Perl script that calls a particular module, that in turn will execute the needed task. Not only will this give you shorter and enhanced scripts, but it will also allow you to make changes faster and easier. If you are not a programmer, but you'd like to use a Perl application which you've discovered online, for instance, it is likely that the app will require certain modules to be already installed on the hosting server.

Over 3400 Perl Modules in Shared Website Hosting

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

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we offer will allow you to use any kind of Perl-based web app that you would like, no matter if you've made it yourself or if you have downloaded it from a third-party site. Either way, it'll run properly irrespective of the modules it needs because we have a massive library that contains more than 3400 different modules. A full list is available in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with that list, you will also find the directory path to the modules, in order to know what you have to include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that almost any script will be able to run in spite of its specifications.