Perl is a well-liked programming language and among its key pros is the fact that it works with the so-called modules - short bits of code that contain subroutines and perform multiple tasks. The beneficial side of employing modules is the fact that you won't have to write custom-made code or include the entire code for a given process every time it should be performed. Instead, you'll be able to include just one line in your Perl script that calls a given module, that in turn will perform the necessary task. Not only will this lead to shorter and improved scripts, but it will allow you to make modifications faster and much easier. If you are not a programmer, still you would like to use a Perl app which you've discovered on the worldwide web, for example, it is likely that the application will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Website Hosting

All of our Linux website hosting packages come with more than 3400 Perl modules that you will be able to use as a part of your CGI scripts or web-based applications. They contain both popular and less popular ones, in order to offer you a choice in terms of what capabilities you can add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list can be found in the Server Information section of our in-house built Hepsia website hosting Control Panel, that comes with all the shared accounts. In the same location, you will find the Perl version which we have along with the path to the modules that you will have to use inside your scripts to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we supply allows you to work with any type of Perl-based web app that you'd like, no matter if you've made it yourself or if you have downloaded it from some third-party site. In either case, it will run properly whatever the modules it may require as we have a rich library which includes more than 3400 different modules. A complete list can be found in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, in order to know what you have to add in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that any type of script will run in spite of its requirements.