Perl is a popular programming language and one of its key pros is the fact that it supports the so-called modules - short bits of program code that include subroutines and perform different tasks. The useful side of employing modules is that you won't have to write custom program code or add the whole code for a certain process every single time it has to be executed. Instead, you can add just one line in your Perl script that calls a particular module, that in turn will execute the necessary task. Not only will this provide you with shorter and optimized scripts, but it will also help you make adjustments swifter and much easier. In case you are not a programmer, yet you would like to work with a Perl app which you've found online, for instance, it is very likely that the app will need certain modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

More than 3400 Perl modules will be readily available when you acquire any of our shared hosting. You're able to employ as many as you'd like and we have ensured that we have all the preferred ones, and a lot more which might not be used that much, but may be a prerequisite for a third-party web application that you wish to use or for a custom-made script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you will be able to access. You'll be able to see the complete list inside your Hepsia website hosting Control Panel along with the path which you should set in your scripts, so they can use our module library. With our shared plans, you are able to use any type of Perl-based script without any limitations.