Perl is a widespread programming language and one of its main advantages is the fact that it supports the so-called modules - short bits of code which contain subroutines and execute a variety of tasks. The beneficial side of working with modules is the fact that you do not need to create custom code or add the entire code for some process each time it has to be performed. Alternatively, you are able to include just one line in your Perl script that calls a certain module, that consequently will perform the needed action. Not only will this lead to shorter and optimized scripts, but it will also enable you to make modifications quicker and much easier. In case you aren't a programmer, still you'd like to employ a Perl application that you've found on the Internet, for example, it's very likely that the app will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

All our Linux shared packages feature more than 3400 Perl modules which you can use as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, in order to offer you different options with regard to what functionality you will be able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list is available in the Server Information section of our in-house made Hepsia hosting Control Panel, that is provided with all shared accounts. In the same place, you can see the Perl version which we have along with the path to the modules that you'll need to use inside your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we provide will allow you to work with any Perl-based web application that you wish, regardless if you've created it yourself or if you've downloaded it from a third-party website. Either way, it will function perfectly irrespective of the modules it requires because we have a large library which consists of more than 3400 different modules. A complete list is accessible in the Hepsia website hosting Control Panel that is 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 include in your scripts in order for them to connect to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that any type of script will run regardless of its requirements.