Perl is a well-known programming language and one of its key pros is the fact that it supports the so-called modules - short pieces of code that include subroutines and do a number of tasks. The convenient side of employing modules is that you don't need to write custom-made program code or add the entire code for a specific process every single time it needs to be executed. Alternatively, you are able to add just a single line in your Perl script that calls a certain module, which consequently will perform the needed action. Not only will this lead to shorter and enhanced scripts, but it will also help you make adjustments a lot quicker and much easier. If you aren't a programmer, yet you'd like to begin using a Perl application which you've found on the Internet, for instance, it is likely that the app will need certain modules to be already set up on the hosting server.
Over 3400 Perl Modules in Website Hosting
All our Linux website hosting packages include over 3400 Perl modules that you can use as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, in order to offer you a choice with regard to what functionality you can add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information area of our in-house made Hepsia hosting Control Panel, which is provided with all shared accounts. In the same location, you'll see the Perl version that we have along with the path to the modules that you'll need to use within your scripts to call a specific module from the library.
Over 3400 Perl Modules in Semi-dedicated Hosting
With more than 3400 Perl modules pre-installed on our cloud hosting platform, you will be able to run any script application created in this programming language without a problem regardless of the semi-dedicated server package that you choose. The abovementioned applies for both pre-made apps which you discover online and for tailor-made ones which you develop. We provide such a large number of modules for two reasons - first, to provide you with different options in respect to what kind of features you're able to add to your applications and sites and second, to ensure that in case you'd like to work with a ready script, it will run properly regardless of what modules it will need. For this reason, some of the modules in our library are quite popular whereas others are employed rarely. You will find a list of all modules within your hosting Control Panel together with the access path that your scripts will need to use the modules.