Perl is a well-known programming language and among its key advantages is the fact that it supports the so-called modules - short pieces of code that include subroutines and execute a variety of tasks. The convenient side of working with modules is the fact that you do not need to write custom program code or add the entire code for a particular process every single time it should be performed. Instead, you can include just one line in your Perl script that calls a certain module, that in turn will execute the necessary task. Not only will this result in shorter and optimized scripts, but it will also enable you to make changes quicker and easier. If you aren't a programmer, yet you'd like to start using a Perl app which you've found on the Internet, for instance, it's very likely that the app will need some modules to be already set up on your website hosting server.
Over 3400 Perl Modules in Cloud Web Hosting
If you want to work with Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you're able to take full advantage of our huge module library. With more than 3400 modules installed on our in-house built cloud web hosting platform, you can manage any type of script, regardless of the cloud web hosting package that you choose. After you log in to the Hepsia Control Panel that comes with all accounts, you will be able to see the whole list of modules which we offer along with the path that you need to include to your scripts so they'll be able to access these modules. Since we now have quite a big library, you will find both popular and very rarely used modules. We prefer to be on the safe side, so if some third-party script that you would like to employ needs a module that isn't that popular, we will still have it on our end.