Perl is a well-liked scripting language that's designed to create various web-oriented apps, which includes CGI scripts. Among the options which differentiate it from various other programming languages is the use of modules - parts of Perl code that perform predefined jobs and they are universally accepted. Basically, as an alternative to generating custom program code to do something or pasting tens and hundreds of lines of code in the script, you can "call" some module which is already available for this particular job and use only several lines of program code. Because of this, your script will be executed much more rapidly as it is much smaller. Employing modules will additionally make your script simpler to change due to the fact that you'll have to search through a smaller amount of code. If you'd like to use Perl on your website, you need to make sure that the needed modules can be found on your server.

Over 3400 Perl Modules in Shared Website Hosting

When you get one of the shared website hosting that we supply, you will have access to a large library of over 3400 Perl modules that are already installed on our cloud server platform. When you sign in to your Hepsia Control Panel, you can visit the Server Information section where you can check the complete list. Some of them are more common than others, yet we have such a large selection as we're aware that in case you use an app from some third-party website, it could have specific prerequisites as to what kind of modules need to be installed on the server or it might not function appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud website hosting platform, you will be able to run virtually any script application developed in this programming language without any problems irrespective of the semi-dedicated server package that you choose. The aforementioned applies for both pre-made apps that you discover 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 characteristics you will be able to add to your applications and sites and secondly, to guarantee that in case you'd like to employ a ready script, it'll run properly whatever the modules it will need. That's why, many of the modules in our library are very popular whereas others are used rarely. You'll find a list of all of the modules within your website hosting Control Panel together with the access path that your scripts will need so as to use these modules.