Perl is a widespread web-oriented computer programming language, that is used to set up CGI scripts and various applications. It is very convenient since you don't need to write the same code time and time again in order to have some process executed several times, instead you're able to work with modules. They are pre-defined subroutines or groups of operations that can be called and executed within a script. That is to say, you're able to add just a reference to a particular module in your program code as an alternative to using the entire module code over and over again. This way, your script will be shorter, thus it shall be executed much faster, not mentioning that it will be much easier to maintain and modify. If you would like to take advantage of a third-party ready-made Perl script instead of writing your own, it'll most likely need certain modules to be present on the website hosting server.

Over 3400 Perl Modules in Hosting

All our Linux hosting come with more than 3400 Perl modules that you will be able to work with 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 features you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. A full list can be found in the Server Information area of our in-house made Hepsia hosting Control Panel, that is featured with all of the shared accounts. In the same place, you can find the Perl version which we have and the path to the modules that you will need to use inside your scripts to call a given module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we provide allows you to use any kind of Perl-based web application that you wish, regardless if you've created it yourself or if you've downloaded it from a third-party site. In either case, it'll run properly whatever the modules it may require since we have a rich library which consists of over 3400 different modules. A complete list is available in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the 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 connect to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that almost any script will run regardless of its specifications.