Perl is a very popular web-oriented programming language, that is designed to generate CGI scripts and a variety of apps. It's really practical as you do not need to write the very same program code over and over again to get some process executed a couple of times, instead you're able to work with modules. These are pre-defined subroutines or sets of tasks which can be called and executed in a script. In other words, you are able to include just a reference to a specific module in your code instead of using the entire module code over and over again. In this way, your script will be shorter, thus it'll be executed much faster, not mentioning that it'll be easier to maintain and modify. When you want to use a third-party ready-made Perl script as an alternative to writing your own, it will most likely need certain modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

If you get one of the shared services that we provide, you will get access to a rich library of over 3400 Perl modules that are already installed on our cloud server platform. When you sign in to your Hepsia Control Panel, you're able to go to the Server Information section where you could see the whole list. Some of them are more popular than others, yet we offer such a large selection since we are aware that if you use an app from some third-party website, it could have certain requirements as to what kind of modules need to be available on the server or it might not function appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you will be able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we offer allows you to work with any Perl-based web app that you would like, regardless if you have created it yourself or if you have downloaded it from a third-party website. In either case, it will run properly whatever the modules it may require since we have a massive library that includes over 3400 different modules. A full list is available in the Hepsia web hosting Control Panel that is used to control 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 need to add in your scripts in order for them to link to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to ensure that any type of script can run in spite of its requirements.