Perl is a well-known programming language and among its main pros is the fact that it supports the so-called modules - short pieces of code that include subroutines and execute a number of tasks. The convenient side of employing modules is the fact that you don't have to write custom-made program code or add the whole code for a given process every single time it should be performed. Instead, you'll be able to include just a single line in your Perl script which calls a certain module, that in turn will execute the necessary task. Not only will this give you shorter and improved scripts, but it'll also enable you to make changes quicker and easier. In case you are not a programmer, yet you'd like to employ a Perl app that you've discovered on the worldwide web, for example, it is very likely that the app will require certain modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Web Hosting

More than 3400 Perl modules are at your disposal when you buy any of our Linux web hosting. You will be able to employ as many as you have to and we've ensured that we offer all the popular ones, plus many more which might not be used as much, but might be a prerequisite for some third-party web application that you wish to use or for a custom-made script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You're able to find the list inside your Hepsia hosting Control Panel along with the path which you should set inside your scripts, so they can use our module library. Using our shared packages, you will be able to employ any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply allows you to use any type of Perl-based web application that you would like, no matter if you have made it yourself or if you've downloaded it from some third-party website. Either way, it will function properly regardless of the modules it requires because we have a large library that consists of over 3400 different modules. A full list is available in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. Along with that list, you can also see the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to make sure that any kind of script will be able to run regardless of its specifications.