Perl is a widespread web-oriented programming language, which is used to generate CGI scripts and also various apps. It's very convenient since you don't have to create the same program code time and time again to get some action executed more than once, instead you're able to use modules. They're pre-defined subroutines or sets of tasks that can be called and executed inside a script. This means that, you are able to include only a reference to a particular module in your program code rather than using the whole module code over and over again. This way, your script will be shorter, which means that it shall be executed a lot faster, not mentioning that it'll be much easier to maintain or modify. When you'd like to employ some third-party ready-made Perl script as an alternative to creating your own, it will probably need specific modules to be present on the web hosting server.

Over 3400 Perl Modules in Web Hosting

Our Linux web hosting feature more than 3400 Perl modules that you're able to use as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, so as to provide you with a choice regarding what features you will be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information area of our tailor-made Hepsia website hosting Control Panel, that is provided with all of the shared accounts. In the same location, you can find the Perl version which we have as well as the path to the modules that you will have to use in your scripts in order to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud web hosting platform, you can run almost any script application created in this programming language without any problems irrespective of the semi-dedicated server package that you choose. The aforementioned is valid for both pre-made apps which you discover online and for custom-made ones which you create. We supply such a large number of modules for two reasons - first, to offer you different options in respect to what characteristics you'll be able to add to your apps and websites and secondly, to guarantee that in case you would like to employ a ready script, it'll run flawlessly regardless of what modules it requires. For this reason, most of the modules inside our library are very popular while others are used rarely. You'll see a list of all of the modules within your website hosting Control Panel along with the access path which your scripts need in order to use the modules.