Perl is a widely used programming language and among its major pros is the fact that it supports the so-called modules - short pieces of program code that contain subroutines and execute multiple tasks. The useful side of working with modules is the fact that you do not need to create custom program code or include the entire code for a given process every single time it should be executed. Instead, you can include only a single line in your Perl script that calls a particular module, that consequently will execute the needed action. Not only will this give you shorter and optimized scripts, but it will help you make changes quicker and easier. If you aren't a programmer, yet you would like to employ a Perl application that you've discovered on the worldwide web, for example, it is very likely that the app will require some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Shared Web Hosting

More than 3400 Perl modules will be accessible if you obtain any of our Linux shared web hosting. You're able to use as many as you'd like and we've ensured that we offer all the preferred ones, plus numerous others which might not be used as much, but may be a prerequisite for some third-party web application that you need to use or for a custom script in order to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You'll be able to find the complete list inside your Hepsia web hosting Control Panel along with the path which you should set inside your scripts, so they can use the module library. When you use our shared packages, you will be able to use any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you will be able to manage any kind of script app created in this programming language without a problem regardless of the semi-dedicated server package that you choose. The abovementioned applies for both pre-made applications which you find online and for in-house built ones that you write. We offer such a multitude of modules for a couple of reasons - first of all, to give you different options in respect to what kind of functions you can add to your apps and sites and secondly, to make sure that if you would like to work with a ready script, it'll run flawlessly no matter what modules it will require. That's why, some of the modules in our library are very popular while others are used rarely. You'll find a list of all the modules in your website hosting Control Panel along with the access path that your scripts will need in order to use these modules.