Perl is a widespread programming language and one of its major advantages is that it works with the so-called modules - short pieces of program code which contain subroutines and execute a number of tasks. The convenient side of working with modules is that you don't need to create custom code or include the entire code for some task every single time it needs to be executed. Alternatively, you'll be able to add only a single line in your Perl script that calls a certain module, that in turn will perform the necessary task. Not only will this provide you with shorter and optimized scripts, but it will also help you make modifications a lot quicker and much easier. In case you are not a programmer, yet you'd like to use a Perl app that you've discovered on the worldwide web, for example, it's likely that the application will require certain modules to be already set up on the hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

All our Linux cloud web hosting feature over 3400 Perl modules that you are able to use as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, to provide you with different options in terms of what functions you'll be able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list accessible in the Server Information area of our custom Hepsia website hosting Control Panel, which is provided with all the shared accounts. In the same place, you will see the Perl version which we have as well as the path to the modules that you'll have to use inside your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you need to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are a part of each semi-dedicated server we provide. You shall be able to see the whole list at any moment via your Hepsia Control Panel along with the folder path necessary for your scripts to access the modules. We identify the fact that some third-party applications may need modules that are not very popular in order to work properly, hence the big number we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you shall be able to use with your Perl apps irrespective of the package deal you choose.