Perl is a popular programming language and one of its major advantages is the fact that it supports the so-called modules - short pieces of program code which include subroutines and do different tasks. The convenient side of working with modules is that you don't need to write custom code or include the entire code for a specific action each time it should be performed. Alternatively, you are able to include just a single line in your Perl script that calls a particular module, that in turn will execute the necessary action. Not only will this give you shorter and improved scripts, but it will allow you to make modifications quicker and much easier. If you are not a programmer, still you would like to start using a Perl application that you've discovered online, for instance, it's very likely that the app will require certain modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Website Hosting

Our Linux website hosting come with more than 3400 Perl modules that you'll be able to employ as part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to supply you with a choice with regard to what functions you will be able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list is available in the Server Information area of our custom-made Hepsia hosting Control Panel, that comes with all shared accounts. In the same location, you can see the Perl version which we have as well as the path to the modules that you'll have to use inside your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our semi-dedicated services include a massive selection of Perl modules which you could use with your scripts. Thus, even when you need to use a program which you have found online from a different website, you can be positive that it'll be effective because regardless of what modules it may require, we'll have them. Our selection offers over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and much more - some are frequently used while others not so much. We keep such a large amount to be on the safe side and to be certain that any script will work on our machines even if some module it requires is used extremely rarely. The entire list of modules that you can use can be found in the Hepsia web hosting CP offered with the semi-dedicated accounts.