Perl is a very popular web-oriented computer programming language, that's designed to set up CGI scripts along with many different apps. It is very convenient owing to the fact that you don't need to produce the same program code over and over in order to have some action executed several times, but you can work with modules. They're pre-defined subroutines or groups of activities that can be called and executed inside a script. In other words, you can add just a reference to a certain module inside your program code instead of using the whole module code over and over again. In this way, your script will be shorter, therefore it'll be executed faster, not mentioning that it will be a lot easier to maintain or modify. In case you wish to employ some third-party ready-made Perl script rather than creating your own, it'll most likely need particular modules to be pre-installed on the hosting server.
Over 3400 Perl Modules in Hosting
All of our hosting plans come with more than 3400 Perl modules that you are able to use as a part of your CGI scripts or web-based apps. They include both popular and less popular ones, to give you a choice in terms of what features you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list is available in the Server Information area of our in-house built Hepsia website hosting Control Panel, that is provided with all the shared accounts. In the same place, you'll see the Perl version which we have along with the path to the modules that you will have to use within your scripts so as to call a given module from our library.