Perl is a popular programming language and one of its main advantages is that it works with the so-called modules - short pieces of program code which contain subroutines and execute various tasks. The handy side of working with modules is the fact that you don't have to write custom code or include the whole code for some action each and every time it should be executed. Instead, you are able to include only one line in your Perl script which calls a certain module, which in turn will perform the needed task. Not only will this result in shorter and optimized scripts, but it will also enable you to make adjustments swifter and easier. In case you aren't a programmer, yet you'd like to begin using a Perl application which you've found on the worldwide web, for instance, it is likely that the app will require certain modules to be already installed on the hosting server.

Over 3400 Perl Modules in Cloud Hosting

Any time you need to employ Perl-based apps on your websites - ready-made from a third-party website or custom ones, you'll be able to take advantage of our vast module library. With over 3400 modules set up on our custom-built cloud web hosting platform, you'll be able to execute any kind of script, regardless of the cloud hosting package that you pick. Once you sign in to the Hepsia Control Panel that is provided with all the accounts, you'll be able to see the whole set of modules that we have as well as the path that you should include to your scripts so they'll be able to access these modules. Because we have quite a big library, you will find both popular and very rarely used modules. We prefer to be prepared, so in case some third-party script that you want to use needs a module which isn't that popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer allows you to work with any type of Perl-based web application that you'd like, regardless if you have created it yourself or if you have downloaded it from some third-party website. In either case, it'll function perfectly whatever the modules it may require since we have a massive library which consists of more than 3400 different modules. A full list is accessible in the Hepsia hosting Control Panel that's used to manage the semi-dedicated server accounts. In addition to the list, you will also find the directory path to the modules, in order to know what you should include in your scripts in order for them to connect to these modules. A few 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 type of script will run regardless of its specifications.