Perl is a widespread programming language and among its key advantages is the fact that it works with the so-called modules - short bits of code that contain subroutines and perform different tasks. The useful side of employing modules is that you don't need to create custom-made code or add the entire code for some task every time it should be performed. Instead, you'll be able to add only a single line in your Perl script which calls a given module, that in turn will perform the necessary action. Not only will this result in shorter and optimized scripts, but it will also help you make modifications faster and much easier. In case you are not a programmer, but you'd like to work with a Perl application that you've found on the web, for instance, it's likely that the app will need specific modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Shared Website Hosting

More than 3400 Perl modules will be at your disposal when you purchase any of our shared website hosting plans. You are able to use as many as you need and we have ensured that we have all of the preferred ones, plus a lot more which might not be used as much, but can be a prerequisite for a third-party web application that you wish to use or for a custom-made script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You're able to see the whole list in your Hepsia hosting Control Panel as well as the path which you have to set within your scripts, so they can use our module library. With our shared plans, you'll be able to employ any type of Perl-based script without restrictions.