Perl is a widespread web-oriented programming language, that's used to create CGI scripts and also a variety of apps. It is very handy because you do not need to write the same program code over and over again so as to get some task executed more than once, but you will be able to employ modules. They are pre-defined subroutines or groups of operations that can be called and executed within a script. This means that, you can add just a reference to a specific module in your code instead of using the entire module code time and time again. In this way, your script will be shorter, thus it will be executed much faster, not mentioning that it'll be much simpler to maintain and / or modify. In case you'd like to take advantage of some third-party ready-made Perl script as an alternative to writing your own, it will probably need certain modules to be pre-installed on the hosting server.

Over 3400 Perl Modules in Shared Website Hosting

Every time you would like to employ Perl-based applications on your websites - ready-made from a third-party website or custom-built ones, you are able to take full advantage of our large module library. With over 3400 modules set up on our custom cloud hosting platform, you'll be able to run any type of script, regardless of the shared website hosting package that you pick. When you sign in to the Hepsia Control Panel which comes with all the accounts, you will be able to see the whole set of modules that we have along with the path that you should include to your scripts so they will access these modules. As we now have quite a big library, you will find both well-known and seldom used modules. We prefer to be prepared, so in case a third-party script that you wish to use requires a module that isn't very popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we provide will allow you to use any type of Perl-based web app that you wish, regardless if you've created it yourself or if you've downloaded it from some third-party website. In either case, it'll work flawlessly regardless of the modules it may require since we have a massive library that includes more than 3400 different modules. A complete list is accessible in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that any kind of script will be able to run in spite of its requirements.