Perl is a widespread programming language and among its main pros is that it works with the so-called modules - short bits of code which contain subroutines and do various tasks. The beneficial side of working with modules is the fact that you don't have to create custom-made code or add the entire code for a specific task every single time it needs to be executed. Alternatively, you can include only one line in your Perl script which calls a given module, which in turn will perform the needed task. Not only will this result in shorter and enhanced scripts, but it'll also enable you to make modifications swifter and much easier. If you are not a programmer, yet you'd like to start using a Perl app that you've discovered online, for example, it is likely that the application will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Our Linux cloud web hosting services include more than 3400 Perl modules which you are able to take advantage of as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, to give you a choice in terms of what capabilities you are able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list accessible in the Server Information area of our tailor-made Hepsia web hosting Control Panel, that comes with all of the shared accounts. In the same location, you'll find the Perl version which we have and the path to the modules that you will have to use inside your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our semi-dedicated hosting services offer a huge selection of Perl modules that you could use with your scripts. Thus, even when you need to use a program which you've discovered online from another website, you can be positive that it shall work correctly as regardless what modules it may need, we will have them. Our selection features more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many others - some are frequently used while others not so much. We keep such a significant number to be on the safe side and to ensure that any script will run on our machines even if some module it requires is used extremely rarely. The complete list of modules which you can use can be found inside the Hepsia web hosting Control Panel provided with the semi-dedicated accounts.