Perl is a well-known programming language and one of its main pros is the fact that it works with the so-called modules - short bits of code which include subroutines and do multiple tasks. The beneficial side of working with modules is that you don't need to create custom-made code or add the entire code for a certain process every single time it needs to be executed. Alternatively, you can include only one line in your Perl script which calls a specific module, that in turn will perform the necessary task. Not only will this result in shorter and improved scripts, but it will also allow you to make adjustments swifter and easier. If you are not a programmer, but you'd like to begin using a Perl app which you've found on the web, for example, it's likely that the app will require certain modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Web Hosting

Our web hosting include over 3400 Perl modules which you are able to benefit from as part of your CGI scripts or web-based applications. They include both widely used and less popular ones, so as to give you a choice regarding what capabilities you are able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list accessible in the Server Information area of our in-house built Hepsia web hosting Control Panel, which is provided with all the shared accounts. In the same place, you can see the Perl version which we have as well as the path to the modules that you will need to use within your scripts to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Our semi-dedicated servers offer a massive variety of Perl modules that you could use with your scripts. In this way, even when you need to use an application which you have discovered online from a different website, you can be sure that it shall work effectively as regardless what modules it may possibly need, we will have them. Our collection provides more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and many more - a lot of them are commonly used and others not as much. We keep such a large number to be on the safe side and to be certain that any script shall run on our servers even if some module which it requires is used extremely rarely. The complete list of modules you can use can be found inside the Hepsia website hosting Control Panel provided with the semi-dedicated accounts.