Perl is a very popular scripting language that's employed to create various web-oriented apps, which includes CGI scripts. Among the features that differentiate it from alternative languages is the use of modules - batches of Perl code which execute predefined jobs and they're widely accepted. In simple terms, as an alternative to writing custom code to make something or pasting tens and hundreds of lines of code in the script, you're able to "call" a module that already exists for this particular task and use only a few lines of code. Due to this, your script shall be executed quicker since it will be smaller. Using modules will also make a script much easier to modify as you will need to search through much less code. In case you wish to use Perl on your site, you need to make sure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Web Hosting

More than 3400 Perl modules will be at your disposal when you buy any of our Linux web hosting. You are able to use as many as you have to and we've ensured that we offer all of the well-known ones, as well as a lot more which are not used as much, but might be a prerequisite for some third-party web app that you wish 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 examples of the modules you can access. You will be able to see the complete list inside your Hepsia website hosting Control Panel as well as the path that you should set inside your scripts, so they can use our module library. With our shared plans, you are able to employ any Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you can manage almost any script application created in this programming language without any problems whatever the semi-dedicated server package that you choose. The aforementioned applies for both pre-made applications that you discover online and for in-house built ones which you write. We provide such a large number of modules for a couple of reasons - first of all, to offer you a choice in respect to what characteristics you are able to add to your applications and sites and second, to guarantee that when you'd like to use a ready script, it will run appropriately no matter what modules it needs. Because of this, many of the modules included in our library are quite popular whereas others are used rarely. You will find a list of all of the modules within your website hosting Control Panel along with the access path which your scripts need to use these modules.