Perl is a widespread web-oriented computer programming language, which is used to make CGI scripts as well as various applications. It's really handy because you don't have to produce the same program code over and over so that you can have some task executed more than once, instead you'll be able to work with modules. They're pre-defined subroutines or sets of tasks which can be called and executed in a script. In other words, you can add just a reference to a specific module in your code as an alternative to using the entire module code over and over again. This way, your script will be shorter, therefore it shall be executed faster, not mentioning that it will be a lot easier to maintain or modify. In case you want to employ some third-party ready-made Perl script as an alternative to creating your own, it'll probably need particular modules to be pre-installed on the website hosting server.

Over 3400 Perl Modules in Cloud Hosting

Our Linux cloud hosting feature more than 3400 Perl modules that you're able to employ as part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to supply you with a choice with regard to what features 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 custom-built Hepsia website hosting Control Panel, which is provided with all shared accounts. In the same place, you'll find the Perl version which we have and the path to the modules that you'll need to use in your scripts to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you can manage virtually any script application developed in this programming language without any problems whatever the semi-dedicated server package that you select. The abovementioned applies for both pre-made applications which you find online and for in-house built ones that you develop. We offer such a multitude of modules for a couple of reasons - first, to offer you a selection in respect to what functions you are able to add to your apps and websites and second, to guarantee that if you wish to employ a ready script, it'll run properly regardless of what modules it needs. Because of this, some of the modules in our library are very popular whereas others are employed rarely. You'll find a list of all modules inside your web hosting Control Panel along with the access path that your scripts need in order to use these modules.