Perl is a well-known programming language and one of its major pros is that it supports the so-called modules - short pieces of program code which include subroutines and perform multiple tasks. The useful side of using modules is the fact that you do not need to create custom program code or add the entire code for some process whenever it has to be executed. Instead, you will be able to add only one line in your Perl script which calls a particular module, which in turn will perform the needed action. Not only will this provide you with shorter and enhanced scripts, but it will also allow you to make modifications swifter and easier. In case you are not a programmer, yet you would like to start using a Perl application that you've discovered on the web, for example, it's likely that the app will require certain modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Web Hosting

All our Linux web hosting come with over 3400 Perl modules which you will be able to employ as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, in order to supply you with a choice in terms of what capabilities you can add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list accessible in the Server Information section of our custom Hepsia website hosting Control Panel, that is featured with all shared accounts. In the same location, you will find the Perl version that we have along with the path to the modules that you will have to use within your scripts so as to call a given module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply allows you to work with any type of Perl-based web app that you would like, regardless if you've created it yourself or if you have downloaded it from a third-party website. In either case, it'll run perfectly regardless of the modules it may require as we have a massive library that includes more than 3400 different modules. A full list can be found in the Hepsia hosting Control Panel that is used to take care of the semi-dedicated server accounts. In addition to that list, you will also see the directory path to the modules, in order to know what you should add in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that any kind of script will run in spite of its requirements.