Perl is a very popular web-oriented programming language, that's designed to make CGI scripts as well as many different apps. It's very handy considering that you do not need to generate the very same program code again and again so that you can get some process executed more than once, instead you're able to employ modules. They're pre-defined subroutines or sets of functions that can be called and executed inside a script. In other words, you're able to include just a reference to a certain module within your program code rather than using the whole module code again and again. This way, your script will be shorter, which means that it shall be executed a lot faster, not mentioning that it will be much simpler to maintain and modify. When you'd like to take advantage of a third-party ready-made Perl script rather than writing your own, it'll probably need particular modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Hosting

When you wish to work with Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you are able to take full advantage of our large module library. With more than 3400 modules installed on our in-house made cloud web hosting platform, you'll be able to execute any type of script, irrespective of the hosting package that you choose. After you sign in to the Hepsia Control Panel which is included with all accounts, you can see the whole list of modules that we have along with the path that you should add to your scripts so that they can access these modules. Because we have quite a massive library, you'll find both well-liked and seldom used modules. We prefer to be on the safe side, so in case a third-party script that you'd like to employ needs a module that is not that popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we supply will allow you to employ any Perl-based web app that you'd like, no matter if you have made it yourself or if you've downloaded it from some third-party website. In either case, it'll function properly irrespective of the modules it may require as we have a large library that consists of more than 3400 different modules. A full list can be found in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to the list, you will also see the directory path to the modules, in order to know what you should 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 kind of script will be able to run regardless of its requirements.