Perl is a well-liked programming language and one of its key advantages is the fact that it supports the so-called modules - short pieces of program code that include subroutines and execute a number of tasks. The convenient side of employing modules is the fact that you do not need to create custom code or include the whole code for a particular process every time it has to be performed. Alternatively, you'll be able to add only one line in your Perl script that calls a certain module, which in turn will perform the necessary task. Not only will this lead to shorter and optimized scripts, but it will enable you to make adjustments quicker and easier. In case you aren't a programmer, yet you would like to use a Perl application that you've discovered on the worldwide web, for example, it is very likely that the application will require specific modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Our Linux cloud website hosting packages come with more than 3400 Perl modules that you'll be able to work with as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, so as to offer you different options regarding what capabilities you'll be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list accessible in the Server Information section of our custom-built Hepsia web hosting Control Panel, that is featured with all the shared accounts. In the same location, you will see the Perl version which we have along with the path to the modules that you'll have to use inside your scripts so as to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we offer will allow you to employ any Perl-based web application that you wish, regardless if you've made it yourself or if you have downloaded it from some third-party website. Either way, it'll work perfectly regardless of the modules it needs because we have a large library which contains over 3400 different modules. A full list is available in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with the list, you can also see the directory path to the modules, in order to know what you should include 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 multitude of modules to ensure that any kind of script can run regardless of its specifications.