Perl is a well-known scripting language that's which is used to make different web-oriented applications, such as CGI scripts. One of the attributes that differentiate it from alternative languages is the employment of modules - batches of Perl program code that complete predefined jobs and they're universally accepted. In simple terms, as an alternative to generating custom-made code to do something or pasting tens and hundreds of lines of code in the script, you're able to "call" some module that already exists for this specific task and use just several lines of program code. As a result, your script will be executed more quickly because it will be much smaller. Using modules will also make your script simpler to edit as you will need to browse through a smaller amount of code. If you want to use Perl on your site, you need to make sure that the needed modules can be found on your server.

Over 3400 Perl Modules in Cloud Website Hosting

When you would like to employ Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you will be able to benefit from our large module library. With over 3400 modules installed on our custom cloud web hosting platform, you'll be able to manage any script, regardless of the cloud website hosting plan that you choose. After you log in to the Hepsia Control Panel which is included with all accounts, you will be able to see the entire set of modules which we have along with the path that you need to include to your scripts so they can access these modules. Because we have quite a massive library, you'll find both well-liked and very rarely used modules. We prefer to be on the safe side, so if some third-party script that you would like to work with needs a module that is not that popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we supply allows you to use any Perl-based web application that you would like, regardless if you have created it yourself or if you have downloaded it from some third-party website. Either way, it'll work properly whatever the modules it may require because we have a massive library which consists of over 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, so as to know what you have to include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to make sure that any script can run in spite of its specifications.