Perl is a preferred scripting language which is used to build various web-oriented apps, including CGI scripts. Among the options which differentiate it from other programming languages is the use of modules - parts of Perl code which execute predefined jobs and they're universally accepted. In simple terms, instead of generating custom program code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" a module that already exists for this specific task and use just several lines of code. In consequence, your script will be executed more quickly as it will be much smaller. Employing modules will also make your script easier to edit since you will have to search through a smaller amount of program code. If you'd like to use Perl on your website, you need to make sure that the required modules are available on your server.

Over 3400 Perl Modules in Shared Hosting

If you get one of the shared packages that we offer, you will get access to a large library of over 3400 Perl modules that are already set up on our cloud server platform. As soon as you log in to your Hepsia Control Panel, you're able to go to the Server Information section where you could check the complete list. Part of them are more popular than others, but we have such a large number since we are aware that when you employ an application from some third-party site, it may have specific requirements as to what kind of modules need to be present on the server or it will not work efficiently. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you can access and take advantage of on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our semi-dedicated hosting offer a large variety of Perl modules which you can use with your scripts. This way, even when you need to use an application which you've found online from another website, you can be positive that it'll be effective since no matter what modules it could possibly need, we'll have them. Our library features over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many more - many of them are frequently used while others not as much. We keep such a significant number to be on the safe side and to ensure that any script shall run on our web servers even if some module which it requires is used rarely. The complete list of modules that can be used is available in the Hepsia hosting Control Panel that comes with the semi-dedicated accounts.