Perl is a widespread programming language and among its main pros is the fact that it supports the so-called modules - short bits of program code which include subroutines and perform multiple tasks. The beneficial side of using modules is that you do not have to create custom code or add the entire code for some task each and every time it should be performed. Instead, you will be able to include just one line in your Perl script that calls a particular module, that in turn will perform the necessary action. Not only will this result in shorter and more optimized scripts, but it'll also allow you to make modifications quicker and much easier. If you aren't a programmer, yet you'd like to begin using a Perl application which you've discovered on the web, for example, it is likely that the app will need specific modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

All of our Linux shared hosting come with over 3400 Perl modules that you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They include both widespread and less popular ones, so as to supply you with a choice in terms of what functions you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list can be found in the Server Information area of our custom-made Hepsia web hosting Control Panel, that is provided with all the shared accounts. In the same place, you will find the Perl version which we have along with the path to the modules that you'll need to use inside your scripts to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our semi-dedicated hosting offer a huge range of Perl modules that you can use with your scripts. Thus, even if you need to use a program which you've found online from a different website, you can be positive that it will be effective since regardless of the modules it could possibly need, we'll have them. Our collection features more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and a lot more - some of them are frequently used while others not so much. We keep such a significant number to be on the safe side and to make certain that any script shall run on our machines even if some module it requires is used extremely rarely. The complete list of modules that can be used is available within the Hepsia website hosting CP that comes with the semi-dedicated accounts.