Perl is a widely used programming language and one of its main pros is the fact that it supports the so-called modules - short bits of code which contain subroutines and do different tasks. The practical side of using modules is that you do not have to write custom program code or include the whole code for a given action each and every time it needs to be performed. Alternatively, you are able to include just a single line in your Perl script that calls a certain module, which in turn will execute the needed task. Not only will this lead to shorter and improved scripts, but it'll also allow you to make changes faster and much easier. In case you aren't a programmer, yet you'd like to work with a Perl application which you've discovered on the web, for instance, it's likely that the app will require certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Hosting

When you purchase one of the Linux hosting service that we provide, you will get access to a rich library of more than 3400 Perl modules which are already installed on our cloud server platform. After you sign in to your Hepsia Control Panel, you will be able to go to the Server Information section where you can check the complete list. Part of them are more popular than others, yet we offer such a large selection since we realize that if you use an app from some third-party site, it could have certain requirements as to what modules need to be available on the server or it may not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we offer allows you to employ any kind of Perl-based web app that you would like, regardless if you have made it yourself or if you have downloaded it from some third-party site. In either case, it'll work flawlessly whatever the modules it requires since we have a large library that contains over 3400 different modules. A complete list is accessible in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to that list, you will also find 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 these 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 type of script will run regardless of its requirements.