Perl is a widely used programming language and among its key pros is the fact that it supports the so-called modules - short bits of code which include subroutines and do a variety of tasks. The beneficial side of using modules is the fact that you don't need to write custom-made program code or include the whole code for a specific process each and every time it has to be executed. Instead, you can include only one line in your Perl script that calls a particular module, that consequently will execute the needed task. Not only will this provide you with shorter and optimized scripts, but it will help you make modifications a lot quicker and easier. In case you aren't a programmer, but you'd like to use a Perl app which you've found online, for example, it is very likely that the application will need specific modules to be already set up on the hosting server.

Over 3400 Perl Modules in Hosting

All our Linux hosting feature over 3400 Perl modules which you can work with as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, in order to give you a choice regarding what features you'll be able to add to your sites. A few 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 custom-made Hepsia hosting Control Panel, which is provided with all of the shared accounts. In the same place, you'll find the Perl version which we have as well as the path to the modules that you will need to use in your scripts in order to call a particular 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 will be able to manage almost any script application developed in this programming language without a problem regardless of the semi-dedicated server package that you pick. The abovementioned applies for both pre-made apps that you discover online and for tailor-made ones that you create. We provide such a large number of modules for two reasons - first of all, to give you a selection in respect to what features you'll be able to add to your apps and sites and secondly, to ensure that in case you'd like to use a ready script, it will run flawlessly no matter what modules it requires. Because of this, some of the modules in our library are quite popular whereas others are used rarely. You will see a list of all modules inside your web hosting Control Panel in addition to the access path that your scripts will need so as to use these modules.