Perl is a well-liked programming language and one of its key advantages is that it works with the so-called modules - short pieces of program code which contain subroutines and execute numerous tasks. The convenient side of working with modules is that you won't need to create custom code or add the whole code for a given action every time it needs to be performed. Instead, you'll be able to add just one line in your Perl script that calls a particular module, that in turn will execute the necessary task. Not only will this give you shorter and optimized scripts, but it will also allow you to make modifications faster and easier. In case you aren't a programmer, still you'd like to use a Perl application which you've discovered on the worldwide web, for instance, it's likely that the app will need some modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Website Hosting

All our Linux website hosting plans include over 3400 Perl modules which you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, to provide you with a choice with regard to what functionality you can add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. A full list is available in the Server Information area of our in-house built Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same location, you will see 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 certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Our Linux semi-dedicated servers come with a massive collection of Perl modules which you can use with your scripts. That way, even if you would like to use an application that you have discovered online from another site, you can rest assured that it'll work effectively because no matter what modules it may need, we will have them. Our collection consists of over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - some of them are widely used and others not as much. We keep such a significant number to be on the safe side and to make certain that any script will work on our web servers even if some module that it needs is used rarely. The complete list of modules that you can use is available in the Hepsia hosting Control Panel offered with the semi-dedicated accounts.