Perl is a very popular scripting language that's employed to create different web-oriented apps, such as CGI scripts. One of the characteristics that differentiate it from alternative languages is the use of modules - batches of Perl program code that do predefined jobs and they are commonly accepted. Basically, rather than writing custom-made program code to make something or pasting tens and hundreds of lines of code in your script, you're able to "call" a module which is already available for this particular job and use only several lines of code. Because of this, your script will be executed a lot faster because it will be much smaller. Using modules will additionally make the script easier to change because you'll need to go through much less program code. If you intend to use Perl on your site, you have to make sure that the necessary modules are available on your server.

Over 3400 Perl Modules in Web Hosting

Every time you want to employ Perl-based applications on your websites - ready-made from a third-party site or custom ones, you will be able to reap the benefits of our vast module library. With more than 3400 modules installed on our custom-built cloud web hosting platform, you'll be able to run any script, regardless of the web hosting package that you choose. After you sign in to the Hepsia Control Panel that is provided with all of the accounts, you can see the complete set of modules which we offer together with the path that you need to include to your scripts so that they will access these modules. As we have quite a massive library, you'll find both widespread and seldom used modules. We prefer to be prepared, so if a third-party script that you need to employ needs a module that isn't that popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you will be able to manage any script app created in this programming language without any problems regardless of the semi-dedicated server package that you choose. The abovementioned is valid for both pre-made apps that you discover online and for custom-built ones that you create. We supply such a large number of modules for two reasons - first, to offer you different options in respect to what kind of characteristics you are able to add to your apps and sites and secondly, to make sure that in case you want to work with a ready script, it will run appropriately whatever the modules it requires. For this reason, most of the modules inside our library are very popular while others are used very rarely. You will find a list of all of the modules inside your website hosting Control Panel along with the access path that your scripts need in order to use the modules.