Perl is a well-liked programming language and among its major pros is that it supports the so-called modules - short pieces of code which contain subroutines and perform various tasks. The handy side of working with modules is that you don't need to create custom-made program code or include the whole code for a particular action every time it should be executed. Alternatively, you are able to add only a single line in your Perl script that calls a certain module, which consequently will perform the needed action. Not only will this lead to shorter and enhanced scripts, but it will also allow you to make adjustments faster and much easier. If you aren't a programmer, yet you would like to start using a Perl app that you've discovered online, for example, it's likely that the application will need certain modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Shared Website Hosting

All of our shared website hosting include more than 3400 Perl modules which you can employ as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to provide you with different options in terms of what functionality 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. A full list accessible in the Server Information section of our custom-built Hepsia website hosting Control Panel, which is featured with all the shared accounts. In the same location, you can see the Perl version which we have and the path to the modules that you'll have to use in your scripts in order to call a particular module from our library.