Perl is a popular programming language and one of its major pros is that it works with the so-called modules - short bits of program code which include subroutines and execute numerous tasks. The useful side of working with modules is that you do not have to write custom program code or include the entire code for a certain process each and every time it needs to be executed. Alternatively, you will be able to add only one line in your Perl script which calls a given module, that consequently will execute the needed action. Not only will this give you shorter and optimized scripts, but it will enable you to make modifications faster and much easier. If you are not a programmer, still you would like to begin using a Perl application which you've found on the Internet, for instance, it's likely that the app will require specific modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Web Hosting

If you wish to work with Perl-based apps on your websites - ready-made from a third-party website or custom ones, you're able to reap the benefits of our vast module library. With over 3400 modules installed on our tailor-made cloud hosting platform, you can run any script, irrespective of the web hosting package that you pick. When you sign in to the Hepsia Control Panel which is included with all accounts, you can see the whole list of modules which we have together with the path that you have to add to your scripts so that they'll be able to access these modules. Since we now have quite a big library, you'll find both widespread and rarely used modules. We prefer to be on the safe side, so in case a third-party script that you'd like to use needs a module that is not that popular, we will still have it on our end.