Perl is a well-known programming language and one of its main pros is that it works with the so-called modules - short pieces of program code which include subroutines and perform a variety of tasks. The convenient side of working with modules is the fact that you will not need to create custom program code or include the entire code for a particular process whenever it needs to be executed. Instead, you can add just a single line in your Perl script that calls a given module, that consequently will perform the necessary task. Not only will this lead to shorter and improved scripts, but it'll also help you make adjustments faster and much easier. In case you aren't a programmer, but you'd like to employ a Perl app which you've discovered on the web, for example, it's very likely that the app will require some modules to be already set up on the website hosting server.
Over 3400 Perl Modules in Shared Web Hosting
Our shared web hosting include over 3400 Perl modules which you are able to employ as part of your CGI scripts or web-based applications. They include both widely used and less popular ones, in order to provide you with a choice in terms of what functionality you can add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list can be found in the Server Information area of our custom-built Hepsia hosting Control Panel, which is featured with all of the shared accounts. In the same place, you'll find the Perl version that we have along with the path to the modules that you will have to use in your scripts in order to call a specific module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
Every single semi-dedicated server that we offer will allow you to use any kind of Perl-based web application that you would like, no matter if you've made it yourself or if you have downloaded it from some third-party website. In either case, it'll run properly regardless of the modules it requires since we have a large library which includes over 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel that is used to take care of the semi-dedicated server accounts. Along with that list, you'll also see the directory path to the modules, in order to know what you should add in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that any script will run in spite of its specifications.