Perl is a well-liked scripting language that is used to make different web-oriented apps, including CGI scripts. Among the options which distinguish it from alternative programming languages is the use of modules - parts of Perl program code that execute predefined tasks and they're widely accepted. In simple terms, as an alternative to generating tailor-made code to perform something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" some module that is already available for this particular job and use only a few lines of program code. This way, your script will be executed much more rapidly as it is much smaller. Employing modules will, in addition make your script much easier to modify since you'll have to browse through a smaller amount of code. In case you wish to use Perl on your site, you need to make sure that the necessary modules are available on the server.

Over 3400 Perl Modules in Cloud Hosting

Every time you want to use Perl-based applications on your sites - ready-made from a third-party site or tailor-made ones, you are able to benefit from our vast module library. With over 3400 modules installed on our custom-made cloud hosting platform, you will be able to run any script, regardless of the cloud hosting plan that you select. After you sign in to the Hepsia Control Panel that is included with all of the accounts, you will be able to see the entire list of modules that we have as well as the path that you have to add to your scripts so that they will access these modules. Since we have quite a large library, you'll find both well-known and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you need to employ requires a module which is not very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide allows you to use any type of Perl-based web app that you'd like, no matter if you've created it yourself or if you've downloaded it from some third-party site. Either way, it'll function perfectly regardless of the modules it requires as we have a large library that consists of over 3400 different modules. The complete list can be found in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. Along with the list, you can also see the directory path to the modules, in order to know what you have to add in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to ensure that any type of script will run regardless of its requirements.