Perl is a widespread web-oriented computer programming language, that is used to create CGI scripts and a variety of apps. It's really handy because you don't have to produce the same code over and over to have some action executed several times, but you're able to use modules. They're pre-defined subroutines or groups of operations which can be called and executed in a script. In other words, you are able to include just a reference to a given module inside your program code rather than using the whole module code again and again. In this way, your script will be shorter, which means that it will be executed more rapidly, not mentioning that it will be much simpler to maintain and / or modify. If you want to take advantage of a third-party ready-made Perl script as an alternative to writing your own, it'll most likely need particular modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Shared Website Hosting

If you purchase one of the Linux shared website hosting packages that we supply, you will receive access to a rich library of over 3400 Perl modules that are already set up on our cloud server platform. When you sign in to the Hepsia Control Panel, you will be able to visit the Server Information area where you can easily see the full list. Some of them are more popular than others, but we have such a large selection since we are aware that if you use an application from some third-party site, it may have certain requirements as to what modules need to be available on the server or it might not work appropriately. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you will be able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you will be able to run any script app written in this programming language without a problem regardless of the semi-dedicated server package that you select. The aforementioned applies for both pre-made applications that you find online and for tailor-made ones which you create. We supply such a multitude of modules for a couple of reasons - first, to provide you with a choice in respect to what functions you are able to add to your apps and websites and second, to ensure that if you want to employ a ready script, it'll run properly regardless of what modules it requires. That's why, some of the modules in our library are very popular whereas others are employed rarely. You'll find a list of all of the modules in your website hosting Control Panel together with the access path which your scripts need in order to use these modules.