Perl is a popular scripting language which is which is used to build various web-oriented apps, such as CGI scripts. Among the attributes that differentiate it from many other languages is the use of modules - parts of Perl program code that perform predefined jobs and they're universally accepted. Basically, rather than creating custom-made code to perform something or pasting tens and hundreds of lines of code inside your script, you can "call" some module which already exists for this particular job and use only several lines of code. Due to this fact, your script shall be executed faster because it'll be much smaller. Using modules will, in addition make a script much easier to change since you'll need to go through much less code. In case you'd like to use Perl on your site, you should ensure that the mandatory modules are present on the server.

Over 3400 Perl Modules in Cloud Hosting

In case you need to work with Perl-based applications on your websites - ready-made from a third-party site or custom ones, you're able to take advantage of our huge module library. With more than 3400 modules installed on our in-house made cloud web hosting platform, you'll be able to execute any type of script, regardless of the cloud hosting package that you pick. As soon as you log in to the Hepsia Control Panel which is included with all of the accounts, you can see the complete set of modules which we have together with the path that you have to add to your scripts so they'll be able to access these modules. As we have quite a massive library, you can find both widespread and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you intend to employ requires a module which is not that popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you can run any script app written in this programming language without a problem irrespective of the semi-dedicated server plan that you pick. This is valid for both pre-made apps which you discover online and for in-house made ones which you create. We provide such a multitude of modules for two reasons - first, to give you a choice in respect to what features you can add to your applications and websites and second, to guarantee that in case you wish to use a ready script, it will run appropriately regardless of what modules it needs. That's why, some of the modules inside our library are quite popular whereas others are used very rarely. You can find a list of all modules within your hosting Control Panel along with the access path that your scripts need so as to use the modules.