Perl is a preferred scripting language that is employed to build different web-oriented apps, including CGI scripts. Among the options which differentiate it from many other languages is the usage of modules - batches of Perl program code which complete predefined jobs and they are widely accepted. In simple terms, instead of writing custom-made code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" a module which is already available for this particular process and use just a couple of lines of code. This way, your script shall be executed much more quickly as it will be smaller. Employing modules will additionally make a script easier to edit considering that you'll need to browse through a smaller amount of program code. If you intend to use Perl on your site, you should make sure that the required modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

Every time you want to use Perl-based apps on your sites - ready-made from a third-party site or custom ones, you will be able to take advantage of our large module library. With over 3400 modules installed on our tailor-made cloud website hosting platform, you will be able to run any kind of script, regardless of the cloud hosting package that you select. When you sign in to the Hepsia Control Panel which is included with all accounts, you will be able to see the entire set of modules that we have along with the path that you should add to your scripts so they will access these modules. Because we have quite a massive library, you'll find both well-known and rarely used modules. We prefer to be on the safe side, so in case a third-party script that you would like to employ requires a module which 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 app that you would like, no matter if you've created it yourself or if you have downloaded it from some third-party website. Either way, it'll work properly irrespective of the modules it requires because we have a rich library that consists of over 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel that's used to control the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, in order to know what you have to include 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 offer such a multitude of modules to make sure that any kind of script can run in spite of its specifications.