Perl is a well-known programming language and one of its major pros is that it supports the so-called modules - short bits of program code that contain subroutines and perform a variety of tasks. The convenient side of using modules is the fact that you will not need to write custom-made code or add the whole code for a particular process whenever it should be executed. Alternatively, you can add just a single line in your Perl script which calls a given module, that in turn will execute the needed task. Not only will this result in shorter and more optimized scripts, but it will also allow you to make adjustments a lot quicker and much easier. If you aren't a programmer, yet you would like to begin using a Perl app that you've discovered online, for example, it's very likely that the app will require some modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Hosting

If you purchase one of the Linux hosting packages that we offer, you will receive access to a large library of more than 3400 Perl modules that are already set up on our cloud server platform. After you log in to the Hepsia Control Panel, you're able to go to the Server Information area where you could see the whole list. Part of them are more common than others, yet we offer such a large selection as we're aware that when you employ an application from a third-party site, it could have certain prerequisites as to which modules need to be available on the server or it might not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our Linux semi-dedicated hosting packages come with a large collection of Perl modules that you could use with your scripts. Thus, even if you want to use an application which you've discovered online from a different website, you can be positive that it'll be effective because no matter what modules it may require, we will have them. Our library consists of over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and many others - a lot of them are widely used while others not as much. We keep such a large amount to be on the safe side and to be sure that any script shall run on our web servers even if some module that it needs is used very rarely. The complete list of modules that can be used can be found in the Hepsia website hosting Control Panel that comes with the semi-dedicated accounts.