Perl is a popular scripting language which is which is used to build different web-oriented applications, which includes CGI scripts. Among the characteristics that differentiate it from many other languages is the usage of modules - parts of Perl program code that complete predefined jobs and they're universally accepted. In simple terms, instead of writing custom-made code to perform something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" some module which is already available for this specific process and use just several lines of program code. Due to this fact, your script will be executed more rapidly since it will be much smaller. Employing modules will additionally make your script simpler to modify due to the fact that you'll have to search through a smaller amount of program code. If you'd like to use Perl on your site, you need to make sure that the mandatory modules are available on the server.

Over 3400 Perl Modules in Shared Hosting

Any time you'd like to employ Perl-based apps on your websites - ready-made from a third-party website or tailor-made ones, you'll be able to take full advantage of our huge module library. With over 3400 modules installed on our in-house built cloud hosting platform, you can manage any kind of script, regardless of the shared hosting package that you pick. After you sign in to the Hepsia Control Panel that comes with all accounts, you can see the entire set of modules that we offer along with the path that you have to add to your scripts so they can access these modules. Since we have quite a large library, you'll find both well-known and very rarely used modules. We prefer to be prepared, so if some third-party script that you need to employ needs a module which is not very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you will be able to manage any script application developed in this programming language without any problems whatever the semi-dedicated server plan that you pick. The aforementioned is valid for both pre-made apps which you find online and for tailor-made ones which you write. We have such a multitude of modules for two reasons - first, to provide you with different options in respect to what kind of functions you can add to your apps and sites and secondly, to ensure that if you want to employ a ready script, it'll run appropriately no matter what modules it will require. That's why, some of the modules inside our library are quite popular whereas others are used very rarely. You will find a list of all of the modules within your hosting Control Panel in addition to the access path which your scripts need in order to use the modules.