Perl is a popular programming language and among its major advantages is the fact that it supports the so-called modules - short pieces of code that include subroutines and do a variety of tasks. The convenient side of using modules is the fact that you will not need to write custom-made program code or include the entire code for a given task whenever it needs to be executed. Alternatively, you are able to add only one line in your Perl script that calls a specific module, that in turn will perform the necessary task. Not only will this provide you with shorter and improved scripts, but it will also allow you to make changes a lot quicker and much easier. In case you are not a programmer, still you would like to use a Perl application which you've discovered on the Internet, for instance, it is likely that the application will need certain modules to be already installed on the web hosting server.
Over 3400 Perl Modules in Cloud Hosting
Our cloud hosting packages come with more than 3400 Perl modules that you're able to work with as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, to give you different options in terms of what capabilities you can add to your websites. A few 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-built Hepsia web hosting Control Panel, that comes with all of the shared accounts. In the same location, you'll see the Perl version that we have as well as the path to the modules that you'll need to use inside your scripts to call a particular module from the library.
Over 3400 Perl Modules in Semi-dedicated Hosting
Every semi-dedicated server that we offer allows you to employ any kind of Perl-based web application that you would like, regardless if you've created it yourself or if you have downloaded it from some third-party site. Either way, it'll work perfectly irrespective of the modules it requires since we have a massive library which consists of over 3400 different modules. A full list can be found in the Hepsia hosting Control Panel that's used to manage the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to make sure that any script will run in spite of its specifications.