Perl is a well-known programming language and among its main advantages is the fact that it supports the so-called modules - short bits of code which contain subroutines and execute different tasks. The practical side of using modules is the fact that you don't have to write custom code or include the whole code for some task whenever it has to be executed. Instead, you are able to add just a single line in your Perl script that calls a certain module, that consequently will perform the needed action. Not only will this give you shorter and enhanced scripts, but it will also allow you to make modifications a lot quicker and easier. If you are not a programmer, but you'd like to use a Perl application that you've discovered on the Internet, for instance, it's likely that the application will require specific modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Web Hosting

If you get one of the Linux web hosting packages that we offer, you'll receive 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 the Hepsia Control Panel, you can go to the Server Information area where you can easily see the entire list. Some of them are more common than others, yet we have such a large number because we're aware that if you employ an application from a third-party website, it could have specific prerequisites as to what kind of modules have to be present on the server or it might not work efficiently. XML::Parser, URI, LWP and DBD::mysql are among the modules that you will be able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you can manage virtually any script app created in this programming language without any problems irrespective of the semi-dedicated server plan that you pick. The aforementioned applies for both pre-made applications that you get online and for in-house made ones that you develop. We have such a multitude of modules for a couple of reasons - first, to give you a choice in respect to what functions you'll be able to add to your apps and sites and second, to make sure that in case you would like to work with a ready script, it will run flawlessly regardless of what modules it requires. That's why, some of the modules included in our library are very popular whereas others are used rarely. You will see a list of all the modules within your website hosting Control Panel together with the access path which your scripts need to use the modules.