Perl is a well-known programming language and one of its main pros is that it works with the so-called modules - short bits of program code which contain subroutines and do a variety of tasks. The convenient side of employing modules is that you won't have to write custom code or include the whole code for a particular action every time it has to be executed. Instead, you are able to add only a single line in your Perl script which calls a certain module, which in turn will execute the needed action. Not only will this result in shorter and enhanced scripts, but it will also allow you to make adjustments faster and much easier. If you aren't a programmer, but you would like to employ a Perl application that you've discovered on the web, for example, it is likely that the application will need some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

All of our Linux cloud web hosting packages include more than 3400 Perl modules which you'll be able to use as a part of your CGI scripts or web-based applications. They contain both popular and less popular ones, to offer you different options regarding what features you'll be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list is available in the Server Information section of our in-house built Hepsia website hosting Control Panel, which is provided with all of the shared accounts. In the same location, you'll see the Perl version that we have as well as the path to the modules that you will have to use within your scripts to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you'll be able to manage virtually any script application developed in this programming language without any problems regardless of the semi-dedicated server plan that you pick. The aforementioned applies for both pre-made apps that you discover online and for tailor-made ones which you write. We offer such a large number of modules for two reasons - first of all, to provide you with a selection in respect to what features you'll be able to add to your applications and websites and second, to make sure that if you wish to work with a ready script, it'll run properly whatever the modules it will need. For this reason, most of the modules in our library are quite popular while others are used very rarely. You will find a list of all modules inside your web hosting Control Panel together with the access path that your scripts need to use these modules.