Perl is a very popular scripting language that is which is used to create different web-oriented apps, which includes CGI scripts. One of the attributes that differentiate it from alternative programming languages is the employment of modules - batches of Perl code that perform predefined tasks and they're commonly accepted. In simple terms, rather than creating custom-made program code to do something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" a module which is already available for this particular job and use only several lines of code. Consequently, your script will be executed more quickly because it is smaller. Using modules will, in addition make a script easier to edit because you will have to browse through much less program code. If you want to use Perl on your site, you should ensure that the necessary modules are present on the server.

Over 3400 Perl Modules in Shared Web Hosting

In case you wish to use Perl-based apps on your sites - ready-made from a third-party site or custom-built ones, you will be able to take advantage of our large module library. With more than 3400 modules set up on our custom-made cloud web hosting platform, you will be able to run any type of script, irrespective of the shared web hosting package that you select. As soon as you log in to the Hepsia Control Panel that is provided with all the accounts, you will be able to see the complete list of modules which we offer along with the path that you should include to your scripts so that they will access these modules. As we now have quite a big library, you'll find both well-liked and very rarely used modules. We prefer to be on the safe side, so if a third-party script that you want to employ needs a module that is not that popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we supply will allow you to work with any Perl-based web application that you wish, regardless if you've made it yourself or if you've downloaded it from some third-party site. Either way, it'll run properly irrespective of the modules it needs as we have a large library which contains over 3400 different modules. The complete list can be found in the Hepsia hosting Control Panel that's 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, so as to know what you have to add in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that any type of script will run regardless of its specifications.