Perl is a very popular scripting language that's that is used to make various web-oriented apps, such as CGI scripts. One of the options which differentiate it from other languages is the employment of modules - parts of Perl code which execute predefined tasks and they're widely accepted. In simple terms, rather than creating custom program code to make something or pasting tens and hundreds of lines of code in the script, you can "call" a module which already exists for this specific job and use just a couple of lines of code. This way, your script shall be executed much more quickly since it is smaller. Employing modules will also make your script easier to modify considering that you'll have to search through a smaller amount of program code. If you want to use Perl on your site, you have to make sure that the required modules are present on your server.

Over 3400 Perl Modules in Cloud Web Hosting

Any time you want to use Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you are able to take full advantage of our large module library. With more than 3400 modules set up on our custom-built cloud web hosting platform, you'll be able to manage any kind of script, whatever the cloud web hosting plan that you select. After you log in to the Hepsia Control Panel which is provided with all of the accounts, you will be able to see the entire set of modules which we offer as well as the path that you have to include to your scripts so they'll be able to access these modules. Since we now have quite a massive library, you will find both well-known and very rarely used modules. We prefer to be prepared, so in case a third-party script that you need to employ needs a module that is not very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we provide allows you to use any Perl-based web application that you would like, regardless if you've created it yourself or if you've downloaded it from some third-party website. In either case, it'll run flawlessly irrespective of the modules it may require since we have a massive library that includes more than 3400 different modules. A full list can be found in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. Along with the list, you'll also find the directory path to the modules, so as to know what you need to include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to make sure that any script will run regardless of its requirements.