Over 3400 Perl Modules
Learn more about the hundreads of Perl modules available and how making use of them will help your apps.
Perl is a very popular scripting language which is used to create various web-oriented applications, such as CGI scripts. One of the attributes that differentiate it from many other languages is the usage of modules - batches of Perl program code that perform predefined jobs and they are commonly accepted. Basically, rather than generating tailor-made program code to do something or pasting tens and hundreds of lines of code in your script, you can "call" a module which already exists for this particular job and use just a couple of lines of program code. This way, your script shall be executed much more rapidly because it is much smaller. Using modules will also make your script much easier to modify as you will need to go through much less program code. In case you want to use Perl on your website, you should ensure that the required modules are present on your server.
Over 3400 Perl Modules in Shared Hosting
In case you wish to work with Perl-based applications on your websites - ready-made from a third-party site or custom-made ones, you can benefit from our large module library. With more than 3400 modules installed on our custom cloud hosting platform, you'll be able to execute any kind of script, irrespective of the shared hosting package that you choose. When you log in to the Hepsia Control Panel that is included with all accounts, you can see the full list of modules which we have as well as the path that you have to include to your scripts so they will access these modules. Since we now have quite a large library, you will find both widespread and seldom used modules. We prefer to be prepared, so if a third-party script that you would like to work with needs a module which isn't that popular, we'll still have it here.