Perl is a popular programming language and one of its major pros is that it supports the so-called modules - short bits of program code that include subroutines and execute a variety of tasks. The practical side of employing modules is that you will not have to create custom-made code or include the entire code for a particular task every single time it needs to be performed. Instead, you will be able to add only one line in your Perl script which calls a given module, which in turn will execute the necessary action. Not only will this lead to shorter and enhanced scripts, but it will allow you to make modifications a lot quicker and easier. If you aren't a programmer, still you'd like to begin using a Perl application that you've found on the Internet, for instance, it is very likely that the app will require some modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Our Linux shared web hosting plans come with more than 3400 Perl modules that you're able to benefit from as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to provide you with different options with regard to what functionality you're able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list is available in the Server Information section of our in-house made Hepsia website hosting Control Panel, that is provided with all of the shared accounts. In the same location, you will find the Perl version that we have and the path to the modules that you'll need to use in your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Our Linux semi-dedicated hosting plans include a massive range of Perl modules that you may use with your scripts. In this way, even when you need to use an app that you have found online from another site, you can be certain that it'll be effective since regardless of what modules it may possibly require, we'll have them. Our collection consists of over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and more - many of them are frequently used while others not so much. We keep such a large number to be on the safe side and to make sure that any script will work on our machines even if some module it needs is used extremely rarely. The full list of modules which you can use is available in the Hepsia web hosting CP that comes with the semi-dedicated accounts.