Perl is a popular scripting language that's employed to build various web-oriented applications, which includes CGI scripts. One of the attributes which distinguish it from alternative languages is the usage of modules - parts of Perl code which perform predefined tasks and they are commonly accepted. In simple terms, as an alternative to writing tailor-made code to make something or pasting tens and hundreds of lines of program code in the script, you can "call" some module that is already available for this specific job and use just several lines of code. Thus, your script will be executed more rapidly since it'll be much smaller. Using modules will additionally make a script much easier to change as you will need to go through a smaller amount of code. If you'd like to use Perl on your site, you have to ensure that the necessary modules are present on the server.

Over 3400 Perl Modules in Cloud Hosting

When you'd like to employ Perl-based apps on your sites - ready-made from a third-party site or tailor-made ones, you are able to take advantage of our vast module library. With over 3400 modules installed on our tailor-made cloud web hosting platform, you will be able to run any type of script, irrespective of the cloud hosting plan that you select. When you sign in to the Hepsia Control Panel which is provided with all the accounts, you will be able to see the full list of modules that we have as well as the path that you need to add to your scripts so they will access these modules. Because we now have quite a big library, you'll find both widespread and rarely used modules. We prefer to be on the safe side, so in case a third-party script that you would like to employ needs a module which isn't very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we supply will allow you to use any type of Perl-based web app that you'd like, no matter if you have created it yourself or if you have downloaded it from a third-party site. Either way, it'll function flawlessly regardless of the modules it requires since we have a massive library that contains more than 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these 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 will be able to run regardless of its requirements.