Perl is a well-known programming language and one of its key pros is that it works with the so-called modules - short bits of program code which contain subroutines and do a number of tasks. The practical side of working with modules is the fact that you do not have to create custom code or add the entire code for a given task every single time it should be executed. Instead, you will be able to add just a single line in your Perl script that calls a given module, that consequently will execute the needed action. Not only will this give you shorter and more optimized scripts, but it'll also allow you to make modifications quicker and much easier. In case you are not a programmer, yet you'd like to employ a Perl app which you've discovered online, for example, it's likely that the app will require some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Web Hosting

Over 3400 Perl modules will be accessible if you acquire any of our web hosting plans. You can employ as many as you'll need and we have ensured that we've got all of the well-known ones, and a lot more that might not be used that much, but may be a prerequisite for some third-party web application that you want to use or for a custom script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you can access. You are able to find the complete list in your Hepsia website hosting Control Panel as well as the path that you have to set inside your scripts, so they can use our module library. With our shared plans, you can use any kind of Perl-based script without any limitations.