Perl is a preferred scripting language that is designed to create different web-oriented applications, which includes CGI scripts. One of the characteristics which distinguish it from various other languages is the use of modules - batches of Perl code that complete predefined jobs and they're widely accepted. Basically, instead of writing custom-made program code to perform something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" some module which is already available for this particular job and use only several lines of program code. This way, your script shall be executed more quickly because it will be smaller. Using modules will additionally make your script easier to change since you will have to search through much less program code. If you'd like to use Perl on your website, you need to ensure that the needed modules are present on your server.

Over 3400 Perl Modules in Cloud Hosting

In case you wish to work with Perl-based apps on your websites - ready-made from a third-party site or custom ones, you are able to benefit from our vast module library. With over 3400 modules installed on our in-house built cloud website hosting platform, you will be able to run any kind of script, regardless of the cloud hosting package that you pick. Once you log in to the Hepsia Control Panel that is included with all of the accounts, you can see the entire list of modules that we have as well as the path that you have to include to your scripts so they'll be able to access these modules. As we have quite a massive library, you can find both well-known and rarely used modules. We prefer to be prepared, so if a third-party script that you'd like to employ requires a module which is not very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we supply will allow you to use any Perl-based web application that you would like, regardless if you have made it yourself or if you've downloaded it from a third-party website. Either way, it will function perfectly whatever the modules it requires because we have a massive library which contains over 3400 different modules. The full list is accessible in the Hepsia hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, so as to know what you have to include in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to ensure that almost any script can run regardless of its specifications.