Perl is a well-liked programming language and among its major pros is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and perform multiple tasks. The practical side of working with modules is that you don't need to write custom program code or add the whole code for a particular task each time it has to be performed. Instead, you will be able to add only a single line in your Perl script that calls a particular module, which consequently will perform the needed task. Not only will this result in shorter and improved scripts, but it'll also help you make changes a lot quicker and easier. If you aren't a programmer, yet you'd like to begin using a Perl application which you've discovered on the worldwide web, for instance, it is very likely that the application will require certain modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Over 3400 Perl modules will be at your disposal when you purchase any of our Linux shared web hosting packages. You're able to use as many as you need to and we have made sure that we've got all of the well-known ones, plus numerous others which are not used that much, but might be a prerequisite for a third-party web application that you wish to use or for a custom script to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you will be able to access. You will be able to see the complete list in your Hepsia hosting Control Panel as well as the path that you should set in your scripts, so that they can use our module library. When you use our shared plans, you will be able to employ any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you'll be able to run any kind of script application created in this programming language without a problem irrespective of the semi-dedicated server plan that you select. The abovementioned is valid for both pre-made apps that you find online and for in-house built ones which you develop. We offer such a large number of modules for a couple of reasons - first, to give you a choice in respect to what features you are able to add to your applications and websites and secondly, to ensure that if you wish to work with a ready script, it'll run properly whatever the modules it requires. For this reason, most of the modules in our library are very popular while others are employed rarely. You'll see a list of all modules in your hosting Control Panel in addition to the access path which your scripts need to use the modules.