Perl is a well-known scripting language which is used to make various web-oriented applications, which includes CGI scripts. One of the features that differentiate it from many other programming languages is the use of modules - parts of Perl code that complete predefined tasks and they're widely accepted. In simple terms, instead of writing custom program code to perform something or pasting tens and hundreds of lines of code in your script, you will be able to "call" some module which is already available for this specific job and use just a couple of lines of program code. As a result, your script shall be executed faster because it will be much smaller. Using modules will, in addition make your script simpler to edit due to the fact that you will need to browse through much less code. In case you would like to use Perl on your site, you have to make sure that the mandatory modules are available on your server.

Over 3400 Perl Modules in Web Hosting

When you buy one of the web hosting plans that we offer, you'll have access to a huge library of over 3400 Perl modules which are already installed on our cloud server platform. As soon as you log in to your Hepsia Control Panel, you will be able to go to the Server Information section where you could see the whole list. Part of them are more popular than others, however we offer such a large selection as we're aware that if you use an app from some third-party site, it could have certain requirements as to what kind of modules have to be set up on the server or it will not function efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you are able to access and take advantage of on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

All of our semi-dedicated plans offer a huge selection of Perl modules that you can use with your scripts. Thus, even if you want to use an application which you have discovered online from a different site, you can rest assured that it'll work effectively because regardless of what modules it could possibly require, we'll have them. Our selection features more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - a lot of them are widely used and others not so much. We keep such a large number to be on the safe side and to be sure that any script shall run on our web servers even if some module it requires is used rarely. The entire list of modules which you can use is available in the Hepsia web hosting Control Panel offered with the semi-dedicated accounts.