Perl is a well-known programming language and one of its key advantages is the fact that it works with the so-called modules - short bits of program code that include subroutines and do various tasks. The practical side of using modules is that you do not have to create custom code or include the entire code for a particular action each and every time it should be executed. Instead, you can include only a single line in your Perl script which calls a certain module, that in turn will perform the necessary action. Not only will this give you shorter and enhanced scripts, but it will enable you to make modifications a lot quicker and easier. If you aren't a programmer, but you'd like to start using a Perl application which you've found on the worldwide web, for instance, it is likely that the app will need some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Cloud Hosting

Any time you wish to work with Perl-based apps on your sites - ready-made from a third-party website or custom-made ones, you're able to take advantage of our huge module library. With over 3400 modules installed on our tailor-made cloud hosting platform, you will be able to manage any type of script, regardless of the cloud hosting plan that you select. After you sign in to the Hepsia Control Panel that is provided with all accounts, you will be able to see the whole list of modules that we offer together with the path that you need to add to your scripts so that they can access these modules. Because we now have quite a large library, you'll find both well-liked and very rarely used modules. We prefer to be on the safe side, so if some third-party script that you'd like to use needs a module that is not that popular, we'll still have it here.