Perl is a widely used programming language and one of its main advantages is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and do a variety of tasks. The handy side of working with modules is the fact that you will not need to create custom program code or add the whole code for some process every single time it should be performed. Alternatively, you are able to include just one line in your Perl script that calls a specific module, which in turn will perform the needed action. Not only will this result in shorter and more optimized scripts, but it will allow you to make changes a lot quicker and easier. In case you are not a programmer, still you would like to start using a Perl app which you've discovered on the worldwide web, for example, it's likely that the application will require some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Any time you'd like to work with Perl-based apps on your sites - ready-made from a third-party site or custom-made ones, you will be able to take full advantage of our large module library. With over 3400 modules installed on our custom-built cloud website hosting platform, you'll be able to manage any type of script, whatever the cloud website hosting plan that you pick. As soon as you sign in to the Hepsia Control Panel that is included with all the accounts, you can see the full list of modules which we have together with the path that you need to add to your scripts so they will access these modules. Since we now have quite a big library, you'll find both well-known and rarely used modules. We prefer to be on the safe side, so in case a third-party script that you want to work with requires a module which isn't that popular, we'll still have it here.