Perl is a very popular web-oriented programming language, that's designed to generate CGI scripts along with many different applications. It's really practical because you do not need to produce the very same program code again and again so that you can get some task executed more than once, instead you are able to work with modules. They're pre-defined subroutines or groups of operations that can be called and executed within a script. In other words, you're able to add just a reference to a certain module in your 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 quicker, not mentioning that it'll be a lot easier to maintain or modify. In case you wish to employ some third-party ready-made Perl script rather than writing your own, it will most likely need certain modules to be present on the hosting server.
Over 3400 Perl Modules in Shared Hosting
All our Linux shared hosting feature more than 3400 Perl modules which you will be able to use as part of your CGI scripts or web-based apps. They contain both popular and less popular ones, in order to supply you with different options regarding what features you are able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information area of our in-house made Hepsia hosting Control Panel, which comes with all shared accounts. In the same place, you can see the Perl version which we have and the path to the modules that you'll need to use within your scripts in order to call a given module from the library.
Over 3400 Perl Modules in Semi-dedicated Servers
Every semi-dedicated server that we supply allows you to employ any type of Perl-based web application that you would like, regardless if you've made it yourself or if you've downloaded it from some third-party website. In either case, it'll work flawlessly whatever the modules it needs as we have a rich library that contains more than 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that is used to take care of the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you should include in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that any script will be able to run in spite of its specifications.