Perl is a very popular web-oriented programming language, which is used to set up CGI scripts and also a variety of apps. It's very handy because you do not need to produce the very same code over and over so as to have some task executed a couple of times, instead you're able to work with 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 certain module inside your code rather than using the whole module code again and again. In this way, your script will be shorter, which means that it'll be executed much faster, not mentioning that it'll be a lot easier to maintain or modify. When you'd like to employ some third-party ready-made Perl script rather than creating your own, it'll probably need specific modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Web Hosting

Our Linux web hosting include more than 3400 Perl modules which you are able to work with as a part of your CGI scripts or web-based applications. They include both widely used and less popular ones, so as to give 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 many others. The whole list can be found in the Server Information section of our custom-made Hepsia web hosting Control Panel, which is featured with all of the shared accounts. In the same place, you'll see the Perl version that we have as well as the path to the modules that you'll have to use inside your scripts in order 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 work with any Perl-based web app that you wish, regardless if you've created it yourself or if you've downloaded it from some third-party website. In either case, it will work perfectly irrespective of the modules it requires because we have a rich library that includes more than 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that any kind of script can run in spite of its requirements.