Perl is a well-known programming language and one of its key pros is that it supports the so-called modules - short pieces of code which include subroutines and execute different tasks. The beneficial side of working with modules is that you do not have to write custom-made code or include the entire code for some action each time it should be performed. Alternatively, you are able to add just one line in your Perl script that calls a specific module, that in turn will execute the necessary task. Not only will this lead to shorter and enhanced scripts, but it will also allow you to make adjustments swifter and much easier. In case you are not a programmer, yet you'd like to work with a Perl application which you've found online, for instance, it's very likely that the app will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Shared Hosting

If you acquire one of the Linux shared hosting that we offer, you will receive access to a rich library of over 3400 Perl modules that are already set up on our cloud server platform. When you log in to the Hepsia Control Panel, you can visit the Server Information section where you could see the full list. Some of them are more common than others, yet we have such a large number since we're aware that if you employ an app from some third-party site, it could have specific prerequisites as to which modules need to be set up on the server or it may not work appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you're able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we supply will allow you to work with any Perl-based web app that you wish, no matter if you have created it yourself or if you have downloaded it from a third-party site. Either way, it'll function perfectly whatever the modules it may require because we have a large library which consists of more than 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel which is used to control 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 need to add in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that almost any script will run in spite of its specifications.