Perl is a well-known scripting language which is designed to make different web-oriented applications, such as CGI scripts. Among the options which distinguish it from many other languages is the usage of modules - batches of Perl code that complete predefined jobs and they are commonly accepted. In simple terms, rather than writing custom code to do something or pasting tens and hundreds of lines of program code inside your script, you can "call" a module which is already available for this specific process and use just a couple of lines of program code. Due to this fact, your script will be executed a lot quicker because it'll be much smaller. Using modules will, in addition make the script simpler to change because you'll have to browse through a smaller amount of program code. If you intend to use Perl on your website, you should make sure that the mandatory modules are available on the server.
Over 3400 Perl Modules in Web Hosting
When you get one of the web hosting that we provide, you'll have access to a rich library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you sign in to your Hepsia Control Panel, you're able to go to the Server Information section where you can see the complete list. Part of them are more common than others, yet we have such a large selection because we are aware that in case you employ an application from some third-party site, it could have certain requirements as to which modules have to be available on the server or it will not work efficiently. XML::Parser, URI, LWP and DBD::mysql are among the modules that you'll be able to access and use on your websites.
Over 3400 Perl Modules in Semi-dedicated Hosting
All of our Linux semi-dedicated hosting include a large range of Perl modules which you could use with your scripts. Thus, even if you would like to use an application that you have discovered online from a different website, you can be certain that it'll work correctly as no matter what modules it may need, we will have them. Our selection offers more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and a lot more - some are widely used while others not as much. We keep such a large number to be on the safe side and to make sure that any script shall run on our machines even if some module that it requires is used rarely. The full list of modules that can be used can be found within the Hepsia web hosting CP provided with the semi-dedicated accounts.