Perl is a popular scripting language which is used to build different web-oriented applications, such as CGI scripts. Among the characteristics which distinguish it from various other languages is the employment of modules - batches of Perl program code that execute predefined jobs and they are universally accepted. Basically, as an alternative to writing custom-made program code to perform something or pasting tens and hundreds of lines of code in the script, you're able to "call" some module that is already available for this specific process and use only a few lines of code. Due to this, your script will be executed a lot faster as it is smaller. Using modules will, in addition make a script simpler to edit considering that you will need to go through much less program code. In case you'd like to use Perl on your website, you should ensure that the mandatory modules can be found on the server.
Over 3400 Perl Modules in Website Hosting
When you would like to work with Perl-based applications on your sites - ready-made from a third-party site or custom-built ones, you can take advantage of our large module library. With over 3400 modules installed on our tailor-made cloud web hosting platform, you can execute any kind of script, whatever the website hosting plan that you choose. Once you log in to the Hepsia Control Panel which is included with all the accounts, you can see the entire list of modules that we offer along with the path that you have to add to your scripts so that they can access these modules. As we have quite a large library, you'll find both popular and rarely used modules. We prefer to be on the safe side, so if some third-party script that you wish to use requires a module that is not that popular, we will still have it here.
Over 3400 Perl Modules in Semi-dedicated Hosting
Every semi-dedicated server that we offer allows you to employ any Perl-based web app that you wish, regardless if you've created it yourself or if you've downloaded it from a third-party site. In either case, it'll run perfectly irrespective of the modules it needs since we have a massive library that consists of over 3400 different modules. A complete list is accessible in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to ensure that almost any script can run in spite of its requirements.