Perl is a well-liked programming language and one of its main advantages is that it works with the so-called modules - short pieces of program code which contain subroutines and execute various tasks. The handy side of working with modules is the fact that you will not have to write custom program code or include the entire code for a particular process every single time it should be executed. Instead, you will be able to include just a single line in your Perl script that calls a given module, which in turn will execute the needed task. Not only will this provide you with shorter and more optimized scripts, but it'll also help you make modifications faster and easier. In case you are not a programmer, still you would like to use a Perl application that you've discovered on the Internet, for example, it's likely that the app will require some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Hosting

All of our Linux hosting plans include over 3400 Perl modules which you're able to take advantage of as part of your CGI scripts or web-based apps. They include both widespread and less popular ones, in order to supply you with a choice in terms of what functionality you're able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list is available in the Server Information area of our tailor-made Hepsia website hosting Control Panel, that is featured with all of the shared accounts. In the same place, you can see the Perl version which we have as well as the path to the modules that you'll need to use in your scripts in order to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you're able to run virtually any script application developed in this programming language without any problems irrespective of the semi-dedicated server plan that you select. The abovementioned is valid for both pre-made applications which you find online and for in-house made ones which you create. We have such a large number of modules for two reasons - first, to offer you different options in respect to what characteristics you're able to add to your applications and sites and secondly, to make sure that when you would like to employ a ready script, it'll run properly regardless of what modules it will need. For this reason, most of the modules included in our library are quite popular whereas others are employed rarely. You will see a list of all the modules inside your web hosting Control Panel in addition to the access path that your scripts will need in order to use the modules.