Perl is a well-known scripting language that is used to create various web-oriented applications, such as CGI scripts. Among the options that differentiate it from many other programming languages is the usage of modules - batches of Perl code which do predefined jobs and they're widely accepted. Basically, instead of writing tailor-made program code to do something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" some module that is already available for this specific process and use just a couple of lines of code. In consequence, your script will be executed quicker as it is much smaller. Using modules will also make a script much easier to edit due to the fact that you will have to search through a smaller amount of program code. In case you intend to use Perl on your website, you should ensure that the mandatory modules are available on the server.

Over 3400 Perl Modules in Hosting

If you get one of the hosting that we provide, you'll receive access to a large library of more than 3400 Perl modules that are already installed on our cloud server platform. As soon as you log in to the Hepsia Control Panel, you will be able to go to the Server Information section where you could see the complete list. Some of them are more popular than others, yet we have such a large number because we are aware that in case you use an app from some third-party website, it may have certain requirements as to what kind of modules need to be available on the server or it will not work properly. XML::Parser, URI, LWP and DBD::mysql are among the modules that you are able to access and take advantage of on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you can run almost any script application written in this programming language without a problem whatever the semi-dedicated server plan that you choose. This is valid for both pre-made applications that you find online and for custom-made ones that you write. We provide such a multitude of modules for a couple of reasons - first of all, to give you different options in respect to what characteristics you're able to add to your applications and websites and second, to ensure that if you would like to use a ready script, it will run flawlessly whatever the modules it will require. Because of this, many of the modules included in our library are very popular whereas others are employed very rarely. You'll see a list of all modules inside your website hosting Control Panel together with the access path that your scripts will need in order to use these modules.