Perl is a widespread programming language and among its key advantages is the fact that it supports the so-called modules - short pieces of program code that contain subroutines and do various tasks. The practical side of using modules is the fact that you do not need to write custom program code or add the whole code for a specific task whenever it needs to be performed. Instead, you can include just one line in your Perl script that calls a specific module, which consequently will execute the necessary task. Not only will this provide you with shorter and enhanced scripts, but it'll also enable you to make modifications a lot quicker and easier. In case you aren't a programmer, but you'd like to begin using a Perl app that you've found online, for instance, it's very likely that the application will require certain modules to be already set up on the hosting server.
Over 3400 Perl Modules in Shared Website Hosting
In case you wish to use Perl-based apps on your sites - ready-made from a third-party site or custom-built ones, you're able to benefit from our huge module library. With over 3400 modules installed on our in-house built cloud hosting platform, you'll be able to run any type of script, irrespective of the shared website hosting plan that you choose. When you sign in to the Hepsia Control Panel which is provided with all the accounts, you'll be able to see the full set of modules that we have together with the path that you need to add to your scripts so that they can access these modules. As we now have quite a big library, you will find both popular and seldom used modules. We prefer to be on the safe side, so if a third-party script that you intend to employ requires a module which isn't very popular, we'll still have it here.
Over 3400 Perl Modules in Semi-dedicated Hosting
Each semi-dedicated server that we offer allows you to work with any Perl-based web application that you wish, regardless if you have made it yourself or if you've downloaded it from a third-party website. In either case, it'll run flawlessly irrespective of the modules it needs because we have a rich library which includes over 3400 different modules. A complete list can be found in the Hepsia web hosting Control Panel that's used to control the semi-dedicated server accounts. Along with the list, you'll also see 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. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to ensure that any script can run regardless of its requirements.