Perl is a popular scripting language which is designed to make various web-oriented applications, which includes CGI scripts. Among the attributes which distinguish it from many other languages is the use of modules - parts of Perl program code which execute predefined jobs and they're universally accepted. In simple terms, as an alternative to generating custom code to make something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" a module that already exists for this specific job and use only a couple of lines of program code. Due to this, your script shall be executed a lot faster as it will be smaller. Using modules will, in addition make a script much easier to edit because you will have to search through a smaller amount of program code. In case you want to use Perl on your website, you need to ensure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Cloud Web Hosting

If you'd like to use Perl-based applications on your sites - ready-made from a third-party website or tailor-made ones, you're able to reap the benefits of our huge module library. With more than 3400 modules installed on our custom-made cloud website hosting platform, you'll be able to execute any script, regardless of the cloud web hosting package that you choose. When you sign in to the Hepsia Control Panel that is included with all of the accounts, you will be able to see the full set of modules that we offer along with the path that you have to include to your scripts so they will access these modules. Because we now have quite a large library, you will find both well-known and seldom used modules. We prefer to be prepared, so in case some third-party script that you'd like to work with requires a module that is not very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we offer allows you to work with any type of Perl-based web app that you'd like, regardless if you've created it yourself or if you have downloaded it from some third-party website. In either case, it will work flawlessly regardless of the modules it needs as we have a rich library which includes over 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to that list, you can 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 connect to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that virtually any kind of script can run in spite of its requirements.