Perl is a widespread programming language and among its key advantages is the fact that it works with the so-called modules - short bits of program code which contain subroutines and do various tasks. The useful side of using modules is the fact that you won't have to write custom-made code or add the whole code for a certain action whenever it needs to be executed. Alternatively, you can include only a single line in your Perl script that calls a particular module, that in turn will execute the needed action. Not only will this provide you with shorter and enhanced scripts, but it will also enable you to make changes swifter and much easier. In case you aren't a programmer, still you'd like to employ a Perl app which you've found on the worldwide web, for instance, it's very likely that the app will need certain modules to be already installed on your hosting server.

Over 3400 Perl Modules in Shared Website Hosting

When you buy one of the shared website hosting plans that we provide, you will have access to a rich library of over 3400 Perl modules which are already set up on our cloud server platform. When you sign in to your Hepsia Control Panel, you will be able to go to the Server Information section where you could see the whole list. Part of them are more popular than others, however we offer such a large selection because we are aware that if you employ an application from a third-party website, it could have specific prerequisites as to which modules have to be available on the server or it may not function appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you are able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we offer will allow you to employ any Perl-based web app that you would like, regardless if you have created it yourself or if you have downloaded it from a third-party site. Either way, it will run flawlessly irrespective of the modules it may require because we have a massive library which contains over 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to the list, you will also see the directory path to the modules, in order to know what you should include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that any type of script will be able to run regardless of its requirements.