Perl is a well-liked web-oriented programming language, that is used to generate CGI scripts as well as various applications. It's very useful due to the fact that you do not have to produce the very same code time and again so as to get some process executed several times, but you can use modules. These are pre-defined subroutines or groups of activities that can be called and executed inside a script. This means that, you can include just a reference to a given module inside your code instead of using the whole module code over and over again. In this way, your script will be shorter, which means that it shall be executed much faster, not mentioning that it will be much easier to maintain and modify. When you would like to employ a third-party ready-made Perl script rather than writing your own, it'll most likely need certain modules to be present on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

Our Linux shared hosting feature more than 3400 Perl modules which you are able to use as part of your CGI scripts or web-based apps. They include both widespread and less popular ones, in order to give you different options in terms of what capabilities you can add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list can be found in the Server Information area of our custom-made Hepsia hosting Control Panel, that comes with all of the shared accounts. In the same location, you will find the Perl version that we have along with the path to the modules that you'll have to use in your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you will be able to manage almost any script app created in this programming language without any problems regardless of the semi-dedicated server package that you pick. This is valid for both pre-made applications that you discover online and for custom-built ones that you create. We have such a large number of modules for two reasons - first, to give you a selection in respect to what functions you can add to your applications and sites and second, to make sure that when you would like to use a ready script, it'll run flawlessly no matter what modules it requires. For this reason, most of the modules in our library are very popular whereas others are employed rarely. You'll see a list of all modules within your hosting Control Panel together with the access path which your scripts will need so as to use these modules.