Perl is a very popular web-oriented computer programming language, which is designed to make CGI scripts and various apps. It's really useful since you do not need to submit the same code again and again so that you can get some action executed several times, but you can apply modules. They are pre-defined subroutines or groups of activities which can be called and executed in a script. In other words, you are able to add just a reference to a specific module in your code as an alternative to using the whole module code over and over again. In this way, your script will be shorter, which means that it'll be executed quicker, not mentioning that it will be easier to maintain and modify. If you'd like to use some third-party ready-made Perl script instead of creating your own, it'll most likely need certain modules to be present on the hosting server.

Over 3400 Perl Modules in Web Hosting

Our web hosting services feature more than 3400 Perl modules that you will be able to work with as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, so as to supply you with different options with regard to what functionality you are able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list is available in the Server Information section of our custom-made Hepsia web hosting Control Panel, that is featured with all shared accounts. In the same place, you will find the Perl version that we have and the path to the modules that you will have to use within your scripts in order 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 website hosting platform, you're able to run virtually any script application written in this programming language without any problems regardless of the semi-dedicated server plan that you select. The abovementioned is valid for both pre-made apps that you get online and for custom-built ones that you write. We supply such a large number of modules for two reasons - first of all, to give you different options in respect to what functions you'll be able to add to your apps and sites and secondly, to ensure that if you want to work with a ready script, it will run appropriately regardless of what modules it needs. Because of this, many of the modules inside our library are quite popular whereas others are used rarely. You can find a list of all modules in your website hosting Control Panel in addition to the access path that your scripts need so as to use the modules.