Perl is a very popular web-oriented programming language, which is employed to create CGI scripts as well as many different apps. It's very practical for the reason that you do not have to submit the very same program code time and again in order to have some task executed several times, instead you will be able to use modules. These are pre-defined subroutines or sets of functions which can be called and executed within a script. That is to say, you will be able to include only a reference to a specific module inside your program code instead of using the entire module code over and over again. In this way, your script will be shorter, thus it'll be executed more rapidly, not mentioning that it will be much simpler to maintain and modify. If you'd like to employ some third-party ready-made Perl script instead of creating your own, it will probably need specific modules to be present on the website hosting server.

Over 3400 Perl Modules in Website Hosting

All of our website hosting services include over 3400 Perl modules which you are 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 in terms of what functionality you can add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information area of our custom Hepsia web hosting Control Panel, which comes with all shared accounts. In the same location, you will see the Perl version that we have as well as the path to the modules that you will need to use within your scripts in order to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we provide allows you to employ any Perl-based web app that you'd like, no matter if you've created it yourself or if you've downloaded it from a third-party site. Either way, it'll work perfectly regardless of the modules it requires because we have a rich library which contains more than 3400 different modules. The complete list can be found in the Hepsia website hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with that list, you can also find the directory path to the modules, in order to know what you need to include in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to make sure that any script can run in spite of its requirements.