Perl is a well-known scripting language that's that is used to build various web-oriented applications, such as CGI scripts. One of the attributes which differentiate it from many other programming languages is the usage of modules - batches of Perl code which perform predefined tasks and they're universally accepted. In simple terms, rather than creating custom program code to do something or pasting tens and hundreds of lines of code inside your script, you are able to "call" a module which is already available for this particular job and use only a couple of lines of code. Consequently, your script shall be executed quicker because it is much smaller. Using modules will additionally make a script simpler to change considering that you will need to go through a smaller amount of code. In case you want to use Perl on your website, you have to make sure that the necessary modules are present on the server.

Over 3400 Perl Modules in Cloud Hosting

In case you'd like to use Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you will be able to take advantage of our huge module library. With over 3400 modules set up on our in-house made cloud website hosting platform, you can run any type of script, whatever the cloud hosting plan that you select. Once you log in to the Hepsia Control Panel that comes with all of the accounts, you can see the full list of modules which we offer together with the path that you have to add to your scripts so they will access these modules. Since we now have quite a large library, you'll find both widespread and rarely used modules. We prefer to be on the safe side, so if a third-party script that you want to work with requires a module which is not very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you will be able to run any script app created in this programming language without any problems regardless of the semi-dedicated server plan that you choose. The abovementioned is valid for both pre-made applications which you get online and for tailor-made ones that you create. We have such a large number of modules for two reasons - first, to offer you different options in respect to what functions you're able to add to your apps and sites and second, to ensure that in case you wish to employ a ready script, it'll run properly regardless of what modules it requires. That's why, most of the modules in our library are very popular whereas others are used rarely. You will see a list of all of the modules in your website hosting Control Panel together with the access path which your scripts need so as to use the modules.