Perl is a well-liked programming language and among its key advantages is that it works with the so-called modules - short bits of program code that include subroutines and execute multiple tasks. The handy side of employing modules is that you don't need to create custom-made program code or add the whole code for a specific task every single time it needs to be executed. Instead, you will be able to add just a single line in your Perl script that calls a certain module, that in turn will execute the necessary action. Not only will this result in shorter and improved scripts, but it will help you make adjustments swifter and easier. In case you are not a programmer, still you'd like to use a Perl application that you've discovered on the worldwide web, for instance, it is very likely that the app will need specific modules to be already set up on your hosting server.

Over 3400 Perl Modules in Web Hosting

All of our web hosting come with 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 popular and less popular ones, to give you a choice in terms of what functions you can add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list is available in the Server Information section of our in-house made Hepsia website hosting Control Panel, that comes with all of the shared accounts. In the same location, you can see the Perl version that we have along with the path to the modules that you'll have to use within your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply allows you to employ any Perl-based web application that you wish, no matter if you have made it yourself or if you've downloaded it from a third-party site. Either way, it'll function perfectly irrespective of the modules it needs since we have a large library that consists of over 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, so as to know what you should add in your scripts in order for them to connect to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that virtually any kind of script will run in spite of its requirements.