Perl is a preferred scripting language that is which is used to create different web-oriented applications, such as CGI scripts. One of the attributes which differentiate it from alternative languages is the use of modules - batches of Perl program code which perform predefined tasks and they are widely accepted. In simple terms, rather than creating custom-made code to do something or pasting tens and hundreds of lines of code inside your script, you are able to "call" some module that already exists for this specific task and use only a couple of lines of code. In consequence, your script will be executed much more rapidly since it'll be smaller. Employing modules will also make your script easier to modify because you will need to search through much less program code. In case you'd like to use Perl on your site, you have to ensure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Shared Website Hosting

When you get one of the Linux shared website hosting packages that we supply, you will have access to a huge library of more than 3400 Perl modules which are already set up on our cloud server platform. After you sign in to the Hepsia Control Panel, you're able to visit the Server Information area where you can see the full list. Some of them are more common than others, but we have such a large selection since we're aware that when you use an application from some third-party website, it may have certain requirements as to which modules have to be available on the server or it might not work efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you will be able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you are able to run almost any script app created in this programming language without any problems irrespective of the semi-dedicated server plan that you pick. The aforementioned is valid for both pre-made applications which you get online and for custom-built ones which you write. We offer such a large number of modules for a couple of reasons - first of all, to offer you different options in respect to what kind of features you can add to your apps and sites and secondly, to ensure that if you would like to employ a ready script, it will run flawlessly regardless of what modules it requires. That's why, many of the modules inside our library are quite popular whereas others are employed very rarely. You will see a list of all modules in your website hosting Control Panel along with the access path which your scripts will need so as to use these modules.