Perl is a well-known scripting language which is used to make different web-oriented applications, which includes CGI scripts. Among the characteristics that differentiate it from other languages is the employment of modules - parts of Perl program code that do predefined jobs and they are widely accepted. Basically, as an alternative to generating custom-made program code to do something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" a module which already exists for this specific job and use just a few lines of program code. Therefore, your script will be executed faster because it'll be smaller. Using modules will additionally make a script easier to change because you'll have to search through a smaller amount of code. In case you intend to use Perl on your website, you should make sure that the necessary modules are present on your server.

Over 3400 Perl Modules in Website Hosting

When you need to use Perl-based apps on your websites - ready-made from a third-party website or custom-made ones, you will be able to benefit from our huge module library. With over 3400 modules installed on our custom cloud website hosting platform, you will be able to run any script, irrespective of the website hosting package that you pick. Once you log in to the Hepsia Control Panel which is included with all the accounts, you'll be able to see the full list of modules that we offer together with the path that you should add to your scripts so that they will access these modules. Since we now have quite a large library, you will find both well-known and rarely used modules. We prefer to be prepared, so if a third-party script that you wish to work with requires a module which is not very popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud hosting platform, you can run any script application developed in this programming language without a problem irrespective of the semi-dedicated server package that you pick. The aforementioned is valid for both pre-made applications that you get online and for custom-built ones that you write. We offer such a multitude of modules for two reasons - first of all, to offer you a choice in respect to what kind of features you'll be able to add to your applications and websites and secondly, to ensure that when you would like to employ a ready script, it'll run flawlessly regardless of what modules it will require. Because of this, many of the modules inside our library are very popular while others are employed very rarely. You'll see a list of all of the modules in your hosting Control Panel along with the access path that your scripts will need so as to use these modules.