Perl is a widely used programming language and one of its key pros is that it works with the so-called modules - short bits of program code that include subroutines and execute a number of tasks. The beneficial side of working with modules is that you won't need to create custom program code or add the entire code for a particular process every single time it has to be performed. Alternatively, you can include just a single line in your Perl script which calls a particular module, which in turn will execute the needed task. Not only will this result in shorter and enhanced scripts, but it'll also enable you to make changes a lot quicker and easier. If you aren't a programmer, but you would like to employ a Perl application which you've found on the web, for instance, it's very likely that the app will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

If you wish to use Perl-based applications on your websites - ready-made from a third-party website or custom-made ones, you're able to reap the benefits of our huge module library. With over 3400 modules installed on our in-house built cloud hosting platform, you can execute any kind of script, regardless of the shared website hosting plan that you select. After you sign in to the Hepsia Control Panel that comes with all of the accounts, you will be able to see the entire set of modules that we have along with the path that you have to add to your scripts so they can access these modules. Since we now have quite a large library, you will find both well-liked and very rarely used modules. We prefer to be prepared, so in case some third-party script that you'd like to work with needs a module that is not that popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we offer allows you to use any type of Perl-based web application that you wish, no matter if you have created it yourself or if you've downloaded it from some third-party website. Either way, it'll run perfectly irrespective of the modules it may require because we have a rich library that includes over 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, in order to know what you should 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 virtually any kind of script can run in spite of its requirements.