Perl is a popular programming language and one of its key pros is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and execute various tasks. The practical side of working with modules is the fact that you don't need to write custom-made program code or include the whole code for a given process every single time it has to be performed. Alternatively, you'll be able to include just a single line in your Perl script which calls a particular module, that consequently will execute the needed task. Not only will this give you shorter and more optimized scripts, but it will also help you make adjustments quicker and much easier. In case you aren't a programmer, still you would like to employ a Perl application which you've discovered online, for instance, it is likely that the application will need specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Shared Hosting

Our Linux shared hosting include over 3400 Perl modules which you are able to employ as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to supply you with different options regarding what capabilities you will be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list can be found in the Server Information section of our custom Hepsia web hosting Control Panel, which is featured with all the shared accounts. In the same location, you can find the Perl version which we have along with the path to the modules that you will have to use inside your scripts so as to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer will allow you to work with any Perl-based web app that you would like, no matter if you've made it yourself or if you have downloaded it from some third-party website. Either way, it will run properly regardless of the modules it needs since we have a massive library which consists of more than 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel that's used to manage the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that any script can run in spite of its requirements.