Perl is a popular programming language and one of its key pros is the fact that it works with the so-called modules - short pieces of code that contain subroutines and execute various tasks. The handy side of using modules is that you do not have to write custom code or include the whole code for some task whenever it should be performed. Alternatively, you will be able to add just one line in your Perl script which calls a given module, which in turn will perform the necessary task. Not only will this lead to shorter and more optimized scripts, but it will help you make modifications faster and much easier. If you are not a programmer, but you'd like to begin using a Perl app which you've found online, for example, it's likely that the application will require some modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Hosting

When you buy one of the hosting that we supply, you'll have access to a rich library of over 3400 Perl modules that are already set up on our cloud server platform. Once you log in to your Hepsia Control Panel, you are able to visit the Server Information section where you could check the complete list. Part of them are more common than others, but we offer such a large number because we're aware that if you employ an application from a third-party website, it could have certain prerequisites as to what modules need to be installed on the server or it might not function properly. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you're able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we offer allows you to use any kind of Perl-based web app that you would like, regardless if you've created it yourself or if you've downloaded it from some third-party website. In either case, it will function flawlessly irrespective of the modules it needs as we have a massive library that includes more than 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you should include in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will be able to run regardless of its specifications.