Perl is a preferred scripting language which is employed to build various web-oriented applications, such as CGI scripts. One of the options that differentiate it from alternative languages is the employment of modules - batches of Perl code that complete predefined jobs and they are commonly accepted. Basically, instead of generating custom program code to do something or pasting tens and hundreds of lines of program code in the script, you'll be able to "call" some module that is already available for this specific task and use just several lines of program code. Due to this, your script will be executed a lot faster since it will be much smaller. Employing modules will, in addition make your script simpler to modify due to the fact that you'll have to search through a smaller amount of program code. If you intend to use Perl on your website, you should make sure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

In case you need to work with Perl-based apps on your sites - ready-made from a third-party site or tailor-made ones, you will be able to reap the benefits of our huge module library. With more than 3400 modules installed on our custom-built cloud website hosting platform, you will be able to execute any kind of script, whatever the cloud hosting package that you choose. Once you log in to the Hepsia Control Panel that is included with all the accounts, you will be able to see the whole list of modules which we have as well as the path that you should add to your scripts so that they will access these modules. Because we have quite a massive library, you will find both widespread and very rarely used modules. We prefer to be on the safe side, so in case a third-party script that you wish to work with needs a module which isn't that popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud web hosting platform, you can run almost any script app written in this programming language without any problems regardless of the semi-dedicated server package that you select. This applies for both pre-made applications which you get online and for custom-built ones that you create. We have such a multitude of modules for a couple of reasons - first of all, to give you different options in respect to what kind of characteristics you're able to add to your applications and sites and secondly, to ensure that in case you would like to use a ready script, it will run flawlessly regardless of what modules it will require. For this reason, most of the modules in our library are very popular whereas others are employed rarely. You will find a list of all the modules inside your web hosting Control Panel together with the access path that your scripts will need in order to use the modules.