Perl is a widely used programming language and among its main pros is that it supports the so-called modules - short pieces of code which include subroutines and perform different tasks. The useful side of working with modules is the fact that you won't have to create custom-made code or include the whole code for a given task every time it should be executed. Alternatively, you are able to include just a single line in your Perl script which calls a specific module, which in turn will execute the needed task. Not only will this result in shorter and more optimized scripts, but it will help you make changes quicker and easier. If you are not a programmer, but you would like to use a Perl application which you've discovered online, for instance, it's very likely that the app will require some modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

When you purchase one of the cloud hosting that we supply, you'll have access to a rich library of more than 3400 Perl modules which are already installed on our cloud server platform. When you sign in to your Hepsia Control Panel, you will be able to visit the Server Information area where you can easily check the whole list. Part of them are more common than others, but we have such a large selection because we realize that in case you use an application from a third-party site, it may have specific prerequisites as to what modules have to be present on the server or it may not work appropriately. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you can access and employ on your websites.