Perl is a widely used programming language and one of its major advantages is that it works with the so-called modules - short bits of code which contain subroutines and do a variety of tasks. The useful side of working with modules is that you will not need to create custom-made code or add the whole code for a particular action whenever it needs to be performed. Instead, you will be able to add only a single line in your Perl script which calls a specific module, that in turn will execute the necessary task. Not only will this result in shorter and optimized scripts, but it'll also enable you to make modifications swifter and easier. In case you are not a programmer, but you would like to start using a Perl application which you've discovered on the worldwide web, for instance, it's likely that the app will need certain modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Hosting

When you'd like to use Perl-based applications on your websites - ready-made from a third-party website or custom ones, you will be able to benefit from our large module library. With more than 3400 modules installed on our custom cloud website hosting platform, you will be able to manage any script, whatever the hosting package that you choose. After you sign in to the Hepsia Control Panel which is provided with all accounts, you can see the entire list of modules that we offer together with the path that you have to include to your scripts so that they'll be able to access these modules. Because we now have quite a large library, you'll find both widespread and rarely used modules. We prefer to be prepared, so in case a third-party script that you want to use requires a module which isn't that popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply allows you to work with any Perl-based web application that you would like, regardless if you've created it yourself or if you have downloaded it from a third-party website. In either case, it will run flawlessly regardless of the modules it requires because we have a massive library that includes over 3400 different modules. The full list is available in the Hepsia web hosting Control Panel that's used to control the semi-dedicated server accounts. In addition to the list, you'll also see the directory path to the modules, so as to know what you should add in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that any type of script will be able to run in spite of its specifications.