Perl is a preferred scripting language that is which is used to create different web-oriented apps, such as CGI scripts. One of the options that distinguish it from alternative languages is the employment of modules - parts of Perl program code that execute predefined tasks and they are universally accepted. Basically, as an alternative to generating custom-made program code to perform something or pasting tens and hundreds of lines of code in your script, you can "call" some module which is already available for this specific task and use only several lines of program code. Due to this fact, your script will be executed a lot faster since it will be smaller. Using modules will, in addition make the script simpler to edit since you'll need to go through a smaller amount of code. In case you intend to use Perl on your website, you need to ensure that the necessary modules can be found on your server.

Over 3400 Perl Modules in Shared Web Hosting

In case you wish to employ Perl-based apps on your websites - ready-made from a third-party website or custom-made ones, you'll be able to benefit from our huge module library. With over 3400 modules installed on our custom-made cloud website hosting platform, you'll be able to run any kind of script, irrespective of the shared web hosting package that you pick. After you log in to the Hepsia Control Panel which comes with all accounts, you can see the whole list of modules which we have together with the path that you have to include to your scripts so that they will access these modules. Because we now have quite a massive library, you'll find both well-known and rarely used modules. We prefer to be on the safe side, so if a third-party script that you intend to use needs a module which isn't very popular, we will still have it on our end.