Perl is a popular programming language and among its key pros is that it supports the so-called modules - short bits of code that include subroutines and execute numerous tasks. The beneficial side of using modules is the fact that you won't need to create custom code or add the whole code for a given process every single time it needs to be performed. Instead, you will be able to include only one line in your Perl script which calls a certain module, which in turn will perform the needed task. Not only will this lead to shorter and enhanced scripts, but it'll also help you make adjustments quicker and easier. In case you are not a programmer, still you'd like to begin using a Perl application that you've discovered on the Internet, for example, it's likely that the application will need specific modules to be already installed on the website hosting server.
Over 3400 Perl Modules in Shared Website Hosting
Our Linux shared website hosting packages feature more than 3400 Perl modules that you can benefit from as part of your CGI scripts or web-based applications. They include both popular and less popular ones, so as to offer you different options in terms of what functions you'll be able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list accessible in the Server Information area of our in-house made Hepsia web hosting Control Panel, which comes with all the shared accounts. In the same location, you will see the Perl version that we have and the path to the modules that you will need to use inside your scripts to call a particular module from our library.
Over 3400 Perl Modules in Semi-dedicated Hosting
Each semi-dedicated server that we offer will allow you to employ any kind of Perl-based web app that you'd like, no matter if you have created it yourself or if you have downloaded it from a third-party website. In either case, it will run properly regardless of the modules it needs since we have a large library which consists of over 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel that's used to manage the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, so as to know what you need to add in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to ensure that almost any script will run in spite of its requirements.