Perl is a very popular scripting language that is that is used to build different web-oriented applications, such as CGI scripts. One of the characteristics which distinguish it from alternative languages is the usage of modules - batches of Perl program code which perform predefined jobs and they're commonly accepted. In simple terms, as an alternative to writing custom-made program code to make something or pasting tens and hundreds of lines of program code in the script, you can "call" some module which already exists for this specific process and use just several lines of code. Due to this, your script shall be executed a lot faster since it will be much smaller. Employing modules will also make your script much easier to change considering that you will need to go through a smaller amount of code. In case you'd like to use Perl on your site, you need to make sure that the required modules can be found on your server.

Over 3400 Perl Modules in Shared Hosting

If you get one of the Linux shared hosting 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. When you sign in to your Hepsia Control Panel, you will be able to visit the Server Information section where you could see the full list. Part of them are more popular than others, however we have such a large selection because we are aware that in case you use an app from some third-party website, it may have specific prerequisites as to which modules should be installed on the server or it might not function appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you can access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our Linux semi-dedicated hosting include a huge selection of Perl modules which you can use with your scripts. Thus, even when you need to use an application which you've discovered online from a different site, you can be sure that it will work effectively as regardless what modules it may need, we'll have them. Our selection consists of over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many others - many of them are frequently used and others not so much. We keep such a significant number to be on the safe side and to make certain that any script shall work on our web servers even if some module it needs is used extremely rarely. The full list of modules you can use is available in the Hepsia website hosting Control Panel offered with the semi-dedicated accounts.