Perl is a popular scripting language that is which is used to build different web-oriented apps, including CGI scripts. Among the features which distinguish it from alternative programming languages is the use of modules - parts of Perl program code which perform predefined jobs and they're universally accepted. Basically, rather than writing tailor-made program code to do something or pasting tens and hundreds of lines of code inside your script, you can "call" a module which is already available for this particular task and use only a couple of lines of program code. Due to this, your script shall be executed a lot quicker as it will be smaller. Employing modules will, in addition make a script simpler to change since you'll need to browse through a smaller amount of program code. In case you want to use Perl on your website, you have to ensure that the needed modules are available on your server.

Over 3400 Perl Modules in Cloud Web Hosting

When you acquire one of the Linux cloud web hosting plans that we offer, you will have access to a huge library of over 3400 Perl modules which are already installed on our cloud server platform. After you sign in to your Hepsia Control Panel, you can go to the Server Information area where you can easily check the whole list. Some of them are more popular than others, however we offer such a large number because we are aware that when you employ an app from some third-party website, it could have specific requirements as to which modules should be installed on the server or it will not work properly. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you will be able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to run any kind of script application written in this programming language without a problem irrespective of the semi-dedicated server plan that you pick. The abovementioned is valid for both pre-made applications that you discover online and for in-house built ones which you develop. We offer such a multitude of modules for two reasons - first of all, to give you a choice in respect to what kind of functions you'll be able to add to your applications and websites and second, to ensure that if you'd like to work with a ready script, it'll run appropriately whatever the modules it requires. Because of this, some of the modules in our library are quite popular whereas others are employed very rarely. You'll find a list of all the modules in your website hosting Control Panel along with the access path that your scripts need so as to use the modules.