Perl is a well-known scripting language that is employed to make different web-oriented applications, such as CGI scripts. Among the options which distinguish it from alternative programming languages is the usage of modules - parts of Perl code which execute predefined jobs and they are universally accepted. Basically, as an alternative to creating custom code to perform something or pasting tens and hundreds of lines of code in the script, you will be able to "call" some module which is already available for this specific task and use just a couple of lines of program code. In consequence, your script will be executed much more quickly since it will be much smaller. Using modules will, in addition make your script easier to edit considering that you'll have to search through a smaller amount of code. If you intend to use Perl on your site, you should make sure that the required modules are present on the server.

Over 3400 Perl Modules in Shared Hosting

When you want 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 advantage of our huge module library. With more than 3400 modules installed on our in-house built cloud hosting platform, you will be able to execute any type of script, whatever the shared hosting plan that you pick. Once you sign in to the Hepsia Control Panel that is provided with all the accounts, you will be able to see the whole list of modules that we have as well as the path that you should include to your scripts so that they'll be able to access these modules. Because we have quite a big library, you can find both popular and very rarely used modules. We prefer to be prepared, so if a third-party script that you would like to employ needs a module that isn't that popular, we will still have it on our end.