Perl is a widespread programming language and one of its major pros is that it works with the so-called modules - short pieces of code that contain subroutines and do a variety of tasks. The handy side of employing modules is the fact that you don't need to create custom program code or add the whole code for a given task every single time it has to be executed. Alternatively, you can add just a single line in your Perl script which calls a specific module, which in turn will perform the necessary action. Not only will this result in shorter and improved scripts, but it will also enable you to make adjustments swifter and easier. If you are not a programmer, yet you'd like to employ a Perl application that you've discovered on the Internet, for instance, it's likely that the app will require specific modules to be already set up on the web hosting server.
Over 3400 Perl Modules in Website Hosting
All of our website hosting feature over 3400 Perl modules which you'll be able to use as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, to provide you with a choice regarding what features you are able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list accessible in the Server Information section of our custom-made Hepsia website hosting Control Panel, that comes with all the shared accounts. In the same location, you can find the Perl version that we have as well as the path to the modules that you will need to use inside your scripts in order to call a certain module from the library.
Over 3400 Perl Modules in Semi-dedicated Servers
Our semi-dedicated servers offer a massive collection of Perl modules which you may use with your scripts. This way, even if you would like to use an application that you have found online from another site, you can be positive that it will work correctly because no matter what modules it may possibly require, we'll have them. Our selection offers more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and more - many of them are frequently used while others not so much. We keep such a large number to be on the safe side and to be sure that any script will run on our web servers even if some module which it requires is used rarely. The whole list of modules that you can use can be found inside the Hepsia web hosting Control Panel that comes with the semi-dedicated accounts.