Perl is a well-liked web-oriented computer programming language, that is used to set up CGI scripts and many different applications. It's really handy owing to the fact that you do not have to submit the same program code again and again so as to have some process executed a couple of times, but you can employ modules. They are pre-defined subroutines or sets of activities which can be called and executed within a script. This means that, you can add just a reference to a particular module in your code rather than using the whole module code again and again. This way, your script will be shorter, which means that it shall be executed faster, not mentioning that it will be much simpler to maintain or modify. When you'd like to employ a third-party ready-made Perl script as an alternative to writing your own, it'll probably need certain modules to be pre-installed on the website hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

All of our Linux cloud website hosting plans feature more than 3400 Perl modules that you will be able to take advantage of as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, to offer you a choice regarding what functionality you're able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The full list is available in the Server Information area of our in-house made Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same location, you'll see the Perl version which we have as well as the path to the modules that you'll have to use within your scripts in order to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply allows you to work with any Perl-based web app that you'd like, regardless if you've made it yourself or if you have downloaded it from a third-party website. In either case, it will run properly whatever the modules it needs because we have a large library which includes over 3400 different modules. A full list is available in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. Along with that list, you will also find the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to these modules. 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 requirements.