Perl is a well-liked programming language and one of its main pros is that it supports the so-called modules - short bits of code which contain subroutines and perform numerous tasks. The beneficial side of using modules is that you do not have to write custom-made code or add the entire code for a specific process whenever it has to be performed. Alternatively, you will be able to add only one line in your Perl script which calls a given module, that in turn will execute the necessary task. Not only will this result in shorter and improved scripts, but it will help you make modifications faster and much easier. If you are not a programmer, still you would like to employ a Perl app which you've found online, for example, it is very likely that the app will need certain modules to be already installed on your hosting server.

Over 3400 Perl Modules in Hosting

More than 3400 Perl modules are accessible if you buy any of our hosting. You can use as many as you have to and we have made sure that we've got all of the well-known ones, plus a lot more which may not be used as much, but may be a requirement for some third-party web application that you want to use or for a custom-made script to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You'll be able to see the whole list in your Hepsia web hosting Control Panel as well as the path which you have to set within your scripts, so they can use the module library. With our shared plans, you can work with any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you can run virtually any script app created in this programming language without a problem regardless of the semi-dedicated server plan that you select. This is valid for both pre-made applications which you find online and for custom-made ones which you create. We provide such a large number of modules for a couple of reasons - first of all, to give you a choice in respect to what kind of features you are able to add to your apps and sites and secondly, to make sure that in case you would like to use a ready script, it will run appropriately regardless of what modules it will require. That's why, many of the modules included in our library are very popular while others are employed rarely. You can find a list of all modules in your website hosting Control Panel in addition to the access path which your scripts will need in order to use the modules.