Perl is a widespread web-oriented computer programming language, that's used to generate CGI scripts as well as various apps. It is really handy due to the fact that you do not need to create the same program code time and time again to get some task executed a couple of times, instead you'll be able to use modules. They're pre-defined subroutines or sets of activities which can be called and executed within a script. In other words, you'll be able to include just a reference to a specific module in your program code as an alternative to using the whole module code again and again. This way, your script will be shorter, thus it shall be executed quicker, not mentioning that it will be much simpler to maintain and / or modify. If you want to use some third-party ready-made Perl script rather than writing your own, it'll most likely need specific modules to be pre-installed on the website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

If you buy one of the Linux shared web hosting packages that we provide, you will have access to a large library of over 3400 Perl modules that are already installed on our cloud server platform. As soon as you log in to your Hepsia Control Panel, you can go to the Server Information section where you can easily check the full list. Some of them are more popular than others, but we offer such a large selection because we realize that in case you employ an app from a third-party site, it may have specific requirements as to what modules need to be installed on the server or it will not function properly. XML::Parser, URI, LWP and DBD::mysql are among the modules that you will be able to access and use on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we supply allows you to work with any kind of Perl-based web app that you would like, regardless if you've made it yourself or if you have downloaded it from some third-party website. In either case, it'll work properly irrespective of the modules it needs as we have a massive library that includes more than 3400 different modules. A complete list is available in the Hepsia hosting Control Panel that is used to take care of the semi-dedicated server accounts. In addition to the list, you will also find the directory path to the modules, so as to know what you have to add 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 supply such a large number of modules to ensure that any kind of script will run regardless of its specifications.