Perl is a well-liked programming language and one of its key pros is the fact that it works with the so-called modules - short bits of program code which include subroutines and perform various tasks. The practical side of employing modules is the fact that you don't have to write custom-made code or include the entire code for a specific action each time it needs to be executed. Instead, you will be able to add just one line in your Perl script that calls a certain module, that consequently will perform the necessary task. Not only will this lead to shorter and more optimized scripts, but it will help you make modifications a lot quicker and easier. In case you are not a programmer, yet you would like to employ a Perl application which you've discovered online, for example, it is very likely that the application will require specific modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our Linux cloud packages come with over 3400 Perl modules which you'll be able to benefit from as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, in order to offer you a choice regarding what capabilities you will be able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information area of our tailor-made Hepsia hosting Control Panel, that is provided with all shared accounts. In the same location, you'll see the Perl version which we have as well as the path to the modules that you will need to use in your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide will allow you to work with any type of Perl-based web app that you'd like, regardless if you've made it yourself or if you have downloaded it from a third-party site. Either way, it will run properly whatever the modules it needs since we have a rich library that consists of over 3400 different modules. The full list is accessible in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. In addition to the list, you will also find the directory path to the modules, so as to know what you should add in your scripts in order for them to link to the modules. A few 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 be able to run in spite of its requirements.