Perl is a widely used programming language and one of its main advantages is that it supports the so-called modules - short pieces of program code that include subroutines and perform multiple tasks. The beneficial side of working with modules is the fact that you won't have to write custom-made code or include the entire code for a particular task each and every time it has to be executed. Instead, you are able to add only one line in your Perl script which calls a specific module, which in turn will perform the needed action. Not only will this give you shorter and optimized scripts, but it will also enable you to make modifications quicker and much easier. If you aren't a programmer, yet you would like to start using a Perl app which you've found online, for example, it is likely that the app will need certain modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

More than 3400 Perl modules will be at your disposal if you acquire any of our cloud hosting. You can use as many as you'd like and we've made sure that we have all of the preferred ones, plus a lot more that are not used as much, but can be a prerequisite for some third-party web app that you would like to use or for a custom script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you will be able to access. You'll be able to see the list in your Hepsia web hosting Control Panel along with the path that you should set in your scripts, so they can use our module library. Using our shared plans, you are able to employ any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Our semi-dedicated service offer a huge range of Perl modules which you may use with your scripts. This way, even when you need to use an application that you've found online from a different website, you can rest assured that it shall work correctly because no matter what modules it could require, we'll have them. Our selection provides over 3400 modules including DBD::mysql, URI, LWP, XML::Parser and more - some of them are commonly used while others not so much. We keep such a significant number to be on the safe side and to be sure that any script shall run on our machines even if some module which it requires is used extremely rarely. The full list of modules that you can use is available inside the Hepsia hosting Control Panel offered with the semi-dedicated accounts.