Perl is a well-liked programming language and one of its major advantages is that it supports the so-called modules - short pieces of program code which contain subroutines and perform a variety of tasks. The convenient side of working with modules is that you do not have to create custom-made code or add the entire code for a particular task every time it needs to be performed. Alternatively, you'll be able to add only one line in your Perl script that calls a particular module, which in turn will execute the needed task. Not only will this result in shorter and enhanced scripts, but it will also allow you to make changes faster and much easier. In case you are not a programmer, but you would like to begin using a Perl app that you've discovered on the web, for instance, it's very likely that the app will need some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Web Hosting

All our Linux web hosting include over 3400 Perl modules that you're able to benefit from as a part of your CGI scripts or web-based apps. They include both widely used and less popular ones, so as to supply you with a choice with regard to what functionality you can add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list is available in the Server Information section of our custom-made Hepsia web hosting Control Panel, that is featured with all the shared accounts. In the same location, you'll see the Perl version that we have along with the path to the modules that you will have to use in your scripts in order to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you can run any kind of script app created in this programming language without any problems whatever the semi-dedicated server plan that you pick. The aforementioned applies for both pre-made applications which you get online and for custom ones which you create. We provide such a multitude of modules for two reasons - first, to offer you a choice in respect to what characteristics you're able to add to your apps and websites and secondly, to guarantee that when you want to work with a ready script, it will run flawlessly regardless of what modules it needs. For this reason, most of the modules included in our library are quite popular while others are employed very rarely. You can find a list of all modules in your website hosting Control Panel along with the access path which your scripts will need to use these modules.