Perl is a widespread programming language and one of its main advantages is the fact that it works with the so-called modules - short bits of program code which contain subroutines and perform a variety of tasks. The useful side of using modules is the fact that you will not have to write custom-made code or include the entire code for a certain action whenever it needs to be executed. Instead, you can add only one line in your Perl script which calls a given module, that in turn will perform the needed task. Not only will this result in shorter and optimized scripts, but it'll also enable you to make adjustments faster and much easier. In case you aren't a programmer, but you'd like to use a Perl application that you've found online, for example, it is likely that the app will need specific modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules will be accessible if you buy any of our Linux website hosting. You will be able to use as many as you need and we have made sure that we've got all of the popular ones, plus many more that are not used that much, but may be a requirement for a third-party web app that you need to use or for a custom script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You will be able to see the whole list in your Hepsia web hosting Control Panel as well as the path that you should set inside your scripts, so they can use our module library. Using our shared plans, you can employ any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our Linux semi-dedicated hosting come with a huge collection of Perl modules which you may use with your scripts. In this way, even if you would like to use an application that you've found online from another internet site, you can be positive that it'll work effectively since regardless of the modules it may need, we'll have them. Our library features more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and many others - many of them are commonly used while others not so much. We keep such a large amount to be on the safe side and to ensure that any script will run on our servers even if some module that it needs is used very rarely. The full list of modules you can use is available in the Hepsia web hosting CP provided with the semi-dedicated accounts.