Perl is a very popular scripting language that is that is used to create different web-oriented apps, which includes CGI scripts. Among the options which distinguish it from other programming languages is the use of modules - batches of Perl code which perform predefined jobs and they are widely accepted. Basically, rather than generating tailor-made program code to make something or pasting tens and hundreds of lines of code in your script, you will be able to "call" a module that is already available for this particular task and use only a couple of lines of code. Due to this, your script will be executed more quickly because it will be smaller. Employing modules will also make your script much easier to edit considering that you will have to browse through much less code. In case you wish to use Perl on your site, you have to make sure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Cloud Web Hosting

All of our cloud web hosting services feature over 3400 Perl modules that you can employ as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, so as to supply you with a choice with regard to what functions you are able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full 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 can see the Perl version which we have and the path to the modules that you'll have to use inside your scripts to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our semi-dedicated hosting offer a big collection of Perl modules which you could use with your scripts. Thus, even if you would like to use a program that you have found online from another website, you can be sure that it will work effectively as regardless of what modules it may possibly need, we'll have them. Our selection consists of more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and many more - some are frequently used while others not so much. We keep such a large number to be on the safe side and to be sure that any script will work on our machines even if some module it requires is used very rarely. The entire list of modules you can use is available within the Hepsia hosting Control Panel offered with the semi-dedicated accounts.