Perl is a very popular web-oriented programming language, that is designed to create CGI scripts as well as various applications. It's really useful owing to the fact that you do not need to produce the same program code repeatedly so as to have some process executed a couple of times, instead you're able to use modules. They are pre-defined subroutines or sets of tasks which can be called and executed within a script. In other words, you can add just a reference to a given module in your code instead of using the entire module code again and again. In this way, your script will be shorter, therefore it shall be executed a lot quicker, not mentioning that it will be much simpler to maintain and / or modify. In case you'd like to take advantage of a third-party ready-made Perl script rather than writing your own, it will probably need particular modules to be present on the hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Our cloud website hosting plans feature more than 3400 Perl modules that you are able to use as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, in order to provide you with different options regarding what capabilities you're able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list can be found in the Server Information section of our custom-built Hepsia hosting Control Panel, that is featured with all 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'll have to use in your scripts in order to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply allows you to work with any kind of Perl-based web app that you wish, regardless if you have created it yourself or if you've downloaded it from some third-party site. Either way, it will work perfectly irrespective of the modules it needs because we have a rich library that contains over 3400 different modules. The complete list can be found in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with the list, you can also see the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that any type of script can run in spite of its specifications.