Perl is a very popular web-oriented programming language, that's used to create CGI scripts along with many different apps. It is very useful as you don't need to submit the very same code over and over in order to have some action executed a couple of times, but you will be able to apply modules. They're pre-defined subroutines or groups of operations that can be called and executed within a script. That is to say, you'll be able to include just a reference to a particular module in your code instead of using the entire module code over and over again. In this way, your script will be shorter, therefore it'll be executed quicker, not mentioning that it will be easier to maintain and modify. In case you would like to employ a third-party ready-made Perl script as an alternative to writing your own, it will probably need specific modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

In case you would like to use Perl-based applications on your sites - ready-made from a third-party website or custom-built ones, you will be able to reap the benefits of our huge module library. With over 3400 modules installed on our custom cloud website hosting platform, you'll be able to execute any kind of script, regardless of the cloud hosting package that you select. When you sign in to the Hepsia Control Panel that is included with all the accounts, you will be able to see the complete set of modules which we have along with the path that you need to add to your scripts so they'll be able to access these modules. Because we now have quite a big library, you can find both well-known and very rarely used modules. We prefer to be prepared, so if some third-party script that you would like to use requires a module which is not very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you would like, regardless if you have created it yourself or if you have downloaded it from a third-party site. In either case, it will work perfectly whatever the modules it needs because we have a massive library which includes over 3400 different modules. A complete list is available in the Hepsia web hosting Control Panel that is used to take care of the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, so as to know what you have to 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've got such a multitude of modules to make sure that almost any script will run regardless of its specifications.