Perl is a widespread programming language and one of its key pros is that it works with the so-called modules - short pieces of code which contain subroutines and perform different tasks. The practical side of using modules is the fact that you don't have to create custom program code or add the whole code for a certain task each time it needs to be performed. Instead, you can add only a single line in your Perl script that calls a given module, that consequently will execute the necessary action. Not only will this give you shorter and enhanced scripts, but it'll also help you make modifications faster and easier. In case you are not a programmer, still you'd like to use a Perl application which you've discovered on the Internet, for instance, it's likely that the application will require some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

If you buy one of the Linux shared website hosting that we offer, you will receive access to a rich library of more than 3400 Perl modules that are already set up on our cloud server platform. As soon as you sign in to your Hepsia Control Panel, you'll be able to visit the Server Information area where you could check the full list. Some of them are more common than others, yet we offer such a large number because we are aware that in case you use an application from some third-party site, it could have certain requirements as to which modules need to be set up on the server or it will not function appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you are able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you'll be able to run virtually any script application written in this programming language without any problems whatever the semi-dedicated server package that you pick. The aforementioned is valid for both pre-made apps which you find online and for tailor-made ones which you develop. We offer such a multitude of modules for two reasons - first, to offer you a selection in respect to what functions you can add to your apps and websites and secondly, to make sure that in case you want to work with a ready script, it'll run flawlessly whatever the modules it will require. For this reason, some of the modules inside our library are very popular while others are employed very rarely. You'll see a list of all the modules within your web hosting Control Panel along with the access path which your scripts will need to use the modules.