Perl is a well-known programming language and one of its major pros is the fact that it supports the so-called modules - short pieces of code that contain subroutines and perform numerous tasks. The practical side of using modules is the fact that you do not have to create custom-made code or add the whole code for some task each and every time it should be performed. Instead, you are able to add only a single line in your Perl script that calls a particular module, that consequently will perform the necessary task. Not only will this lead to shorter and more optimized scripts, but it'll also enable you to make modifications swifter and easier. In case you aren't a programmer, still you'd like to employ a Perl app that you've found on the worldwide web, for example, it's very likely that the application will require certain modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Website Hosting

All our Linux website hosting service feature over 3400 Perl modules that you can employ as part of your CGI scripts or web-based apps. They include both popular and less popular ones, in order to offer you different options with regard to what features you will 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 area of our in-house made Hepsia website hosting Control Panel, that comes with all shared accounts. In the same place, you'll see the Perl version that we have along with the path to the modules that you will have to use in your scripts to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to run any script application created in this programming language without a problem regardless of the semi-dedicated server plan that you select. This is valid for both pre-made apps that you get online and for custom ones which you develop. We supply such a multitude of modules for two reasons - first, to give you a selection in respect to what features you will be able to add to your apps and websites and second, to make sure that when you want to work with a ready script, it will run appropriately whatever the modules it needs. For this reason, most of the modules included in our library are quite popular whereas others are used rarely. You will find a list of all of the modules within your hosting Control Panel in addition to the access path that your scripts need so as to use the modules.