Perl is a popular programming language and one of its main advantages is that it supports the so-called modules - short bits of code that contain subroutines and do different tasks. The useful side of employing modules is the fact that you don't have to write custom-made program code or add the entire code for a particular process each time it should be executed. Alternatively, you are able to add just one line in your Perl script that calls a given module, that consequently will perform the needed action. Not only will this result in shorter and more optimized scripts, but it will enable you to make adjustments faster and much easier. In case you aren't a programmer, yet you'd like to employ a Perl application which you've discovered on the Internet, for instance, it's very likely that the application will require specific modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Over 3400 Perl modules will be accessible if you get any of our Linux shared web hosting. You can employ as many as you have to and we have made sure that we've got all of the popular ones, and numerous others which are not used that much, but may be a prerequisite for some third-party web app that you need to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you will be able to access. You will be able to see the entire list in your Hepsia web hosting Control Panel as well as the path that you should set within your scripts, so that they can use our module library. With our shared packages, you can work with any Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you're able to run almost any script application created in this programming language without a problem whatever the semi-dedicated server package that you pick. The aforementioned is valid for both pre-made apps that you discover online and for tailor-made ones that you write. We provide such a large number of modules for a couple of reasons - first, to offer you different options in respect to what characteristics you will be able to add to your applications and websites and second, to make sure that if you would like to use a ready script, it will run flawlessly whatever the modules it requires. Because of this, many of the modules in our library are quite popular while others are used very rarely. You will find a list of all the modules inside your web hosting Control Panel in addition to the access path that your scripts will need so as to use these modules.