Perl is a well-known scripting language which is used to make different web-oriented applications, such as CGI scripts. Among the options that distinguish it from various other languages is the usage of modules - parts of Perl program code which complete predefined tasks and they are widely accepted. Basically, instead of writing tailor-made program code to do something or pasting tens and hundreds of lines of code in the script, you will be able to "call" a module that is already available for this specific process and use only a couple of lines of program code. Due to this, your script shall be executed quicker as it will be smaller. Using modules will, in addition make your script easier to change because you'll have to browse through much less program code. If you intend to use Perl on your site, you should make sure that the necessary modules are available on your server.

Over 3400 Perl Modules in Shared Hosting

When you'd like to employ Perl-based apps on your sites - ready-made from a third-party site or custom-built ones, you will be able to reap the benefits of our huge module library. With over 3400 modules installed on our custom-made cloud web hosting platform, you will be able to manage any script, regardless of the shared hosting package that you choose. As soon as you sign in to the Hepsia Control Panel that is included with all of the accounts, you can see the complete list of modules which we have as well as the path that you need to include to your scripts so they'll be able to access these modules. Since we have quite a large library, you can find both popular and rarely used modules. We prefer to be prepared, so if a third-party script that you intend to use needs a module which isn't very popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we offer will allow you to employ any type of Perl-based web application that you'd like, no matter if you have made it yourself or if you've downloaded it from some third-party website. In either case, it'll run perfectly whatever the modules it may require as we have a rich library which contains more than 3400 different modules. A complete 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 will also see the directory path to the modules, in order to know what you have to include in your scripts in order for them to connect to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any script will be able to run in spite of its requirements.