Perl is a widespread programming language and one of its key advantages is that it works with the so-called modules - short pieces of code which contain subroutines and do different tasks. The useful side of employing modules is that you do not need to write custom program code or include the whole code for some action each time it needs to be performed. Instead, you'll be able to add just a single line in your Perl script that calls a certain module, that in turn will execute the necessary task. Not only will this lead to shorter and improved scripts, but it'll also enable you to make adjustments faster and easier. If you are not a programmer, but you'd like to start using a Perl application that you've found online, for example, it's very likely that the app will need some modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

Any time you would like to work with Perl-based applications on your websites - ready-made from a third-party website or custom-made ones, you'll be able to take advantage of our large module library. With over 3400 modules installed on our in-house built cloud web hosting platform, you can run any type of script, irrespective of the shared hosting package that you pick. After you sign in to the Hepsia Control Panel which is provided with all of the accounts, you'll be able to see the entire set of modules that we offer as well as the path that you should include to your scripts so they can access these modules. Because we now have quite a big library, you can find both widespread and very rarely used modules. We prefer to be prepared, so in case a third-party script that you wish to use needs a module that isn't that popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you're able to manage any script app developed in this programming language without a problem whatever the semi-dedicated server plan that you select. The aforementioned applies for both pre-made applications which you find online and for in-house built ones that you create. We have such a multitude of modules for two reasons - first, to provide you with different options in respect to what features you'll be able to add to your apps and websites and second, to guarantee that when you'd like to employ a ready script, it will run appropriately no matter what modules it requires. That's why, some of the modules included in our library are very popular whereas others are used rarely. You will find a list of all the modules within your hosting Control Panel in addition to the access path which your scripts will need to use these modules.