Perl is a well-known scripting language which is which is used to make various web-oriented applications, which includes CGI scripts. Among the attributes that differentiate it from various other languages is the use of modules - batches of Perl code that complete predefined jobs and they are widely accepted. In simple terms, instead of generating custom-made code to do something or pasting tens and hundreds of lines of program code in the script, you'll be able to "call" some module that already exists for this specific task and use only a few lines of program code. Due to this fact, your script will be executed much more rapidly since it'll be smaller. Employing modules will also make the script simpler to modify because you will have to go through a smaller amount of program code. If you intend to use Perl on your website, you need to ensure that the necessary modules are present on the server.

Over 3400 Perl Modules in Shared Website Hosting

In case you want to work with Perl-based apps on your websites - ready-made from a third-party site or tailor-made ones, you'll be able to reap the benefits of our vast module library. With over 3400 modules installed on our custom cloud hosting platform, you'll be able to manage any script, irrespective of the shared website hosting package that you select. When you sign in to the Hepsia Control Panel that comes with all accounts, you can see the entire set of modules which we have together with the path that you have to add to your scripts so that they'll be able to access these modules. As we now have quite a large library, you will find both popular and seldom used modules. We prefer to be on the safe side, so in case a third-party script that you wish to use needs a module which is not that popular, we will still have it here.