Perl is a very popular scripting language that's designed to create different web-oriented apps, which includes CGI scripts. One of the attributes that differentiate it from many other languages is the use of modules - parts of Perl program code that complete predefined tasks and they're widely accepted. In simple terms, as an alternative to writing custom-made code to do something or pasting tens and hundreds of lines of code inside your script, you are able to "call" some module which already exists for this particular process and use only several lines of code. Due to this fact, your script shall be executed more quickly since it will be much smaller. Employing modules will also make the script simpler to change because you will need to search through a smaller amount of program code. If you would like to use Perl on your website, you should make sure that the needed modules are present on your server.

Over 3400 Perl Modules in Cloud Website Hosting

More than 3400 Perl modules are accessible when you buy any of our Linux cloud website hosting services. You're able to employ as many as you need to and we have ensured that we offer all the well-liked ones, and numerous others that may not be used that much, but might be a prerequisite for some third-party web app that you need to use or for a custom-made script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You are able to find the whole list in your Hepsia hosting Control Panel as well as the path which you have to set inside your scripts, so that they can use our module library. Using our shared plans, you will be able to employ any Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our Linux semi-dedicated hosting offer a huge range of Perl modules which you could use with your scripts. In this way, even if you need to use an application which you have discovered online from another internet site, you can be certain that it will work correctly since regardless of what modules it could require, we will have them. Our selection features more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many more - some are commonly used while others not so much. We keep such a large amount to be on the safe side and to make certain that any script will run on our web servers even if some module which it requires is used rarely. The full list of modules which you can use can be found inside the Hepsia website hosting Control Panel provided with the semi-dedicated accounts.