Perl is a well-liked scripting language that's employed to create various web-oriented apps, including CGI scripts. One of the characteristics that differentiate it from other languages is the employment of modules - batches of Perl program code that do predefined tasks and they are widely accepted. In simple terms, instead of writing custom-made code to perform something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" a module that already exists for this particular task and use just several lines of code. This way, your script will be executed more rapidly because it will be smaller. Using modules will, in addition make the script much easier to edit due to the fact that you will need to go through much less code. If you intend to use Perl on your website, you should ensure that the required modules are available on the server.

Over 3400 Perl Modules in Shared Hosting

In case you wish to use Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you will be able to take advantage of our large module library. With more than 3400 modules installed on our in-house built cloud web hosting platform, you can manage any kind of script, regardless of the shared hosting package that you choose. As soon as you sign in to the Hepsia Control Panel that comes with all accounts, you'll be able to see the full list of modules which we have together with the path that you have to add to your scripts so they can access these modules. Because we now have quite a large library, you will find both well-liked and very rarely used modules. We prefer to be on the safe side, so if some third-party script that you wish to work with requires a module which isn't very popular, we will still have it here.