Perl is a popular scripting language that's that is used to create different web-oriented applications, including CGI scripts. Among the features that differentiate it from other languages is the employment of modules - parts of Perl code which complete predefined tasks and they are widely accepted. Basically, instead of writing custom-made program code to make something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" some module which is already available for this particular job and use just a few lines of code. In consequence, your script will be executed more rapidly as it will be smaller. Using modules will also make your script much easier to modify due to the fact that you'll have to go through much less code. In case you intend to use Perl on your website, you have to ensure that the required modules can be found on the server.

Over 3400 Perl Modules in Cloud Web Hosting

All our Linux cloud web hosting services feature over 3400 Perl modules which you're able to benefit from as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, to supply you with a choice with regard to 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 whole list accessible in the Server Information area of our in-house made Hepsia web hosting Control Panel, which is provided with all the shared accounts. In the same place, you'll see the Perl version which we have and the path to the modules that you'll need 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 hosting platform, you are able to run almost any script application created in this programming language without a problem irrespective of the semi-dedicated server plan that you select. This applies for both pre-made applications that you get online and for custom ones which you create. We offer such a large number of modules for a couple of reasons - first of all, to provide you with a choice in respect to what kind of functions you can add to your apps and sites and second, to ensure that in case you would like to work with a ready script, it'll run appropriately regardless of what modules it will need. That's why, most of the modules included in our library are quite popular while others are employed very rarely. You'll find a list of all the modules inside your web hosting Control Panel together with the access path which your scripts will need to use the modules.