Perl is a widespread web-oriented computer programming language, that's used to set up CGI scripts as well as various apps. It is very handy due to the fact that you don't have to write the same program code over and over in order to get some task executed several times, instead you'll be able to use modules. They are pre-defined subroutines or groups of activities that can be called and executed within a script. This means that, you'll be able to include just a reference to a given module in your program code rather than using the entire module code time and time again. This way, your script will be shorter, which means that it will be executed faster, not mentioning that it'll be much easier to maintain and / or modify. When you want to employ some third-party ready-made Perl script rather than writing your own, it'll probably need specific modules to be pre-installed on the hosting server.

Over 3400 Perl Modules in Shared Hosting

In case you need to use Perl-based apps on your sites - ready-made from a third-party site or custom-built ones, you'll be able to take full advantage of our large module library. With over 3400 modules set up on our custom-made cloud hosting platform, you will be able to run any script, regardless of the shared hosting plan that you pick. As soon as you log in to the Hepsia Control Panel that comes with all of the accounts, you will be able to see the complete list of modules which we have as well as the path that you have to add to your scripts so they will access these modules. Since we now have quite a massive library, you can find both popular and rarely used modules. We prefer to be on the safe side, so if some third-party script that you would like to use needs a module that is not very popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we provide will allow you to employ any Perl-based web application that you wish, regardless if you have made it yourself or if you've downloaded it from a third-party site. In either case, it will run flawlessly regardless of the modules it requires as we have a rich library that includes more than 3400 different modules. A full list is available in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to these modules. A few 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 virtually any kind of script can run regardless of its specifications.