Perl is a well-known scripting language that is that is used to make various web-oriented apps, such as CGI scripts. One of the options which differentiate it from various other languages is the usage of modules - batches of Perl code which complete predefined jobs and they are commonly accepted. In simple terms, rather than generating custom program code to perform something or pasting tens and hundreds of lines of code in the script, you're able to "call" a module that already exists for this specific job and use only a couple of lines of program code. Due to this fact, your script shall be executed more rapidly as it is much smaller. Employing modules will, in addition make the script easier to modify since you'll have to go through a smaller amount of program code. In case you intend to use Perl on your website, you need to ensure that the mandatory modules are available on your server.

Over 3400 Perl Modules in Website Hosting

Any time you want to work with Perl-based apps on your websites - ready-made from a third-party website or custom-made ones, you'll be able to take full advantage of our huge module library. With more than 3400 modules installed on our in-house made cloud web hosting platform, you'll be able to run any script, regardless of the website hosting package that you select. As soon as you sign in to the Hepsia Control Panel that is provided with all the accounts, you'll be able to see the full list of modules that we have as well as the path that you need to add to your scripts so that they can access these modules. Since we have quite a large library, you will find both well-known and seldom used modules. We prefer to be on the safe side, so in case some third-party script that you want to employ needs a module that isn't very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we offer allows you to work with any Perl-based web application that you would like, no matter if you have made it yourself or if you have downloaded it from some third-party website. Either way, it will work properly whatever the modules it may require as we have a massive library that includes more than 3400 different modules. A full list can be found in the Hepsia web hosting Control Panel that's used to take care of 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 should include in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that virtually any kind of script will be able to run in spite of its specifications.