Perl is a well-known programming language and one of its key pros is that it supports the so-called modules - short pieces of program code which contain subroutines and perform a variety of tasks. The beneficial side of employing modules is the fact that you will not need to create custom-made program code or include the whole code for a particular action every time it should be performed. Alternatively, you'll be able to add only one line in your Perl script that calls a particular module, which consequently will perform the needed action. Not only will this give you shorter and optimized scripts, but it will allow you to make adjustments a lot quicker and much easier. If you aren't a programmer, but you would like to employ a Perl application which you've found on the worldwide web, for instance, it is very likely that the application will require specific modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

All of our cloud hosting feature over 3400 Perl modules that you will be able to take advantage of as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, so as to offer you a choice in terms of what functionality you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list accessible in the Server Information section of our tailor-made Hepsia hosting Control Panel, that is featured with all the shared accounts. In the same place, you can see the Perl version that we have along with the path to the modules that you will need to use within your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we provide allows you to use any Perl-based web app that you'd like, no matter if you've created it yourself or if you have downloaded it from some third-party website. In either case, it will work perfectly whatever the modules it needs as we have a rich library which includes more than 3400 different modules. The full list can be found in the Hepsia hosting Control Panel that's used to control the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that any kind of script will run in spite of its specifications.