Perl is a preferred scripting language that's employed to build different web-oriented applications, such as CGI scripts. Among the options which differentiate it from other languages is the use of modules - batches of Perl code that execute predefined tasks and they are universally accepted. In simple terms, rather than generating tailor-made code to do something or pasting tens and hundreds of lines of program code inside your script, you are able to "call" some module that is already available for this specific process and use only a couple of lines of program code. As a result, your script shall be executed more rapidly as it'll be smaller. Employing modules will, in addition make the script easier to edit because you will need to search through much less code. In case you'd like to use Perl on your website, you have to make sure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Website Hosting

If you purchase one of the Linux website hosting that we provide, you'll receive access to a rich library of more than 3400 Perl modules which are already set up on our cloud server platform. When you sign in to your Hepsia Control Panel, you can visit the Server Information area where you can check the whole list. Part of them are more popular than others, however we have such a large number since we realize that when you use an app from a third-party site, it may have specific requirements as to which modules need to be present on the server or it might not work properly. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you are able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud website hosting platform, you can run virtually any script application developed in this programming language without a problem whatever the semi-dedicated server plan that you select. The aforementioned is valid for both pre-made applications that you get online and for custom-built ones which you write. We supply such a multitude of modules for two reasons - first of all, to offer you a selection in respect to what kind of functions you'll be able to add to your applications and sites and second, to ensure that if you want to work with a ready script, it will run appropriately regardless of what modules it will require. That's why, many of the modules included in our library are very popular while others are employed very rarely. You'll find a list of all the modules within your website hosting Control Panel in addition to the access path which your scripts need to use the modules.