Perl is a widespread programming language and one of its major pros is that it works with the so-called modules - short pieces of program code that contain subroutines and do a number of tasks. The beneficial side of employing modules is the fact that you won't have to create custom code or include the whole code for some task each and every time it needs to be performed. Alternatively, you are able to add just one line in your Perl script which calls a certain module, which in turn will perform the needed action. Not only will this give you shorter and improved scripts, but it'll also enable you to make adjustments a lot quicker and easier. In case you aren't a programmer, yet you'd like to use a Perl application that you've found on the Internet, for instance, it is likely that the app will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

If you'd like to use Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you're able to take full advantage of our vast module library. With more than 3400 modules set up on our custom-made cloud web hosting platform, you will be able to execute any type of script, regardless of the cloud hosting plan that you choose. Once you log in to the Hepsia Control Panel that is included with all of the accounts, you'll be able to see the entire set of modules that we offer as well as the path that you have to add to your scripts so that they'll be able to access these modules. Since we have quite a large library, you will find both popular and seldom used modules. We prefer to be on the safe side, so if some third-party script that you'd like to work with needs a module that is not very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply will allow you to use any Perl-based web app that you wish, regardless if you've made it yourself or if you have downloaded it from a third-party website. Either way, it'll run properly regardless of the modules it needs since we have a large library which includes over 3400 different modules. A complete list is accessible in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that almost any script will run in spite of its specifications.