Perl is a widespread programming language and among its main advantages is that it supports the so-called modules - short pieces of program code which contain subroutines and execute multiple tasks. The convenient side of using modules is that you will not have to create custom-made code or add the whole code for a particular action every time it needs to be executed. Alternatively, you can include just one line in your Perl script which calls a specific module, that consequently will perform the necessary task. Not only will this give you shorter and enhanced scripts, but it will also allow you to make adjustments quicker and much easier. In case you are not a programmer, yet you'd like to start using a Perl application that you've found on the web, for example, it is likely that the application will need some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Hosting

If you get one of the shared hosting that we supply, you'll have access to a huge library of over 3400 Perl modules that are already set up on our cloud server platform. As soon as you log in to your Hepsia Control Panel, you'll be able to go to the Server Information area where you could see the entire list. Some of them are more popular than others, but we offer such a large number since we realize that in case you use an app from a third-party site, it could have certain prerequisites as to which modules should be set up on the server or it may not function properly. XML::Parser, URI, LWP and DBD::mysql are among the modules that you are able to access and take advantage of on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we provide allows you to employ any Perl-based web application that you'd like, regardless if you've created it yourself or if you've downloaded it from some third-party site. In either case, it will work perfectly whatever the modules it requires as we have a large library which contains over 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to that list, you'll also find the directory path to the modules, in order to know what you need to include 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 multitude of modules to make sure that almost any script will be able to run in spite of its requirements.