Perl is a popular programming language and one of its key pros is that it supports the so-called modules - short bits of code that include subroutines and execute numerous tasks. The practical side of using modules is the fact that you do not need to create custom-made program code or add the entire code for some action whenever it has to be executed. Instead, you'll be able to include just a single line in your Perl script which calls a certain module, which in turn will execute the needed action. Not only will this result in shorter and optimized scripts, but it'll also help you make adjustments swifter and much easier. If you are not a programmer, still you'd like to use a Perl app which you've found on the web, for example, it is very likely that the app will need certain modules to be already set up on the hosting server.

Over 3400 Perl Modules in Shared Hosting

If you get one of the Linux shared hosting that we provide, you will receive access to a large library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you sign in to the Hepsia Control Panel, you can visit the Server Information section where you can see the entire list. Some of them are more common than others, however we have such a large selection as we are aware that when you use an app from some third-party site, it could have specific prerequisites as to what modules need to be present on the server or it may not function properly. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you are able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud web hosting platform, you are able to manage any kind of script application created in this programming language without any problems irrespective of the semi-dedicated server plan that you choose. This is valid for both pre-made applications that you find online and for custom-built ones which you create. We have such a multitude of modules for two reasons - first, to give you different options in respect to what characteristics you can add to your apps and websites and secondly, to guarantee that when you want to work with a ready script, it will run properly regardless of what modules it will require. That's why, most of the modules included in our library are quite popular whereas others are used rarely. You'll see a list of all the modules inside your website hosting Control Panel together with the access path that your scripts will need so as to use these modules.