Perl is a widespread programming language and among its main pros is the fact that it works with the so-called modules - short bits of program code which include subroutines and do multiple tasks. The useful side of working with modules is that you will not have to create custom program code or include the whole code for a particular action each time it has to be executed. Alternatively, you can add just a single line in your Perl script that calls a specific module, that consequently will perform the needed task. Not only will this result in shorter and optimized scripts, but it'll also enable you to make adjustments swifter and much easier. In case you are not a programmer, yet you would like to use a Perl app which you've found on the Internet, for example, it's very likely that the application will need specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Our shared web hosting feature more than 3400 Perl modules that you can benefit from as part of your CGI scripts or web-based apps. They contain both popular and less popular ones, to give you a choice with regard to what functions you'll be able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list can be found in the Server Information section of our custom-built Hepsia hosting Control Panel, which comes with all of the shared accounts. In the same location, you will find the Perl version which we have as well as the path to the modules that you'll need to use in your scripts to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

All of our Linux semi-dedicated servers include a huge range of Perl modules that you may use with your scripts. That way, even when you need to use an application that you have discovered online from a different website, you can be certain that it shall be effective since regardless of what modules it could possibly need, we'll have them. Our selection provides over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - many of them are widely used and others not so much. We keep such a large amount to be on the safe side and to be sure that any script will work on our web servers even if some module that it requires is used very rarely. The entire list of modules that you can use is available in the Hepsia web hosting CP provided with the semi-dedicated accounts.