Perl is a widely used programming language and among its main pros is the fact that it supports the so-called modules - short pieces of program code that include subroutines and do a variety of tasks. The beneficial side of working with modules is that you don't need to create custom code or add the entire code for a specific task whenever it should be performed. Instead, you are able to include just a single line in your Perl script that calls a given module, that in turn will execute the necessary task. Not only will this provide you with shorter and enhanced scripts, but it will also help you make adjustments quicker and easier. In case you are not a programmer, yet you would like to work with a Perl app which you've found online, for example, it is very likely that the app will require some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Web Hosting

Our web hosting come with over 3400 Perl modules which you are able to use as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, in order to give you different options with regard to what functions you can add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list accessible in the Server Information area of our custom-built Hepsia website hosting Control Panel, that is provided with all of the shared accounts. In the same place, you can see the Perl version that we have as well as the path to the modules that you will have to use inside your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer allows you to work with any Perl-based web app that you would like, no matter if you have made it yourself or if you have downloaded it from a third-party site. In either case, it'll work perfectly whatever the modules it needs as we have a massive library which consists of over 3400 different modules. A full list can be found in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to ensure that any script will run regardless of its requirements.