Perl is a preferred scripting language that is used to make different web-oriented apps, which includes CGI scripts. Among the options which differentiate it from many other programming languages is the use of modules - parts of Perl code which execute predefined tasks and they're universally accepted. In simple terms, as an alternative to writing custom-made program code to make something or pasting tens and hundreds of lines of program code in your script, you can "call" some module that already exists for this particular job and use only a few lines of program code. Due to this, your script will be executed much more rapidly because it'll be smaller. Using modules will additionally make your script simpler to edit considering that you will have to search through much less program code. In case you intend to use Perl on your website, you should make sure that the mandatory modules are present on your server.

Over 3400 Perl Modules in Website Hosting

All our Linux website hosting include more than 3400 Perl modules that you will be able to take advantage of as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, to offer you a choice regarding what functions you are able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. A full list accessible in the Server Information area of our custom Hepsia hosting Control Panel, that comes with all of the shared accounts. In the same place, you can find the Perl version which we have as well as the path to the modules that you'll have to use inside your scripts so as to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our Linux semi-dedicated hosting feature a large selection of Perl modules which you can use with your scripts. In this way, even when you would like to use an application which you've found online from another internet site, you can be positive that it shall work effectively as regardless of what modules it may possibly need, we will have them. Our selection features more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and many more - some are widely used while others not so much. We keep such a large number to be on the safe side and to be certain that any script shall run on our machines even if some module that it needs is used rarely. The whole list of modules that you can use can be found inside the Hepsia hosting Control Panel provided with the semi-dedicated accounts.