Perl is a well-liked scripting language that's used to create different web-oriented applications, which includes CGI scripts. Among the attributes that differentiate it from other programming languages is the employment of modules - parts of Perl program code that complete predefined jobs and they are widely accepted. Basically, instead of generating custom-made program code to perform something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" some module that is already available for this specific job and use only a few lines of code. Due to this fact, your script shall be executed much more quickly because it will be much smaller. Employing modules will, in addition make the script simpler to modify since you will need to go through much less program code. In case you'd like to use Perl on your website, you have to ensure that the required modules are available on your server.
Over 3400 Perl Modules in Shared Web Hosting
Every time you need to employ Perl-based applications on your sites - ready-made from a third-party website or custom ones, you'll be able to take full advantage of our huge module library. With over 3400 modules installed on our custom cloud web hosting platform, you'll be able to manage any kind of script, regardless of the shared web hosting plan that you pick. Once you log in to the Hepsia Control Panel which comes with all accounts, you'll be able to see the complete set of modules which we have along with the path that you have to include to your scripts so that they can access these modules. Because we now have quite a big library, you can find both popular and very rarely used modules. We prefer to be on the safe side, so in case some third-party script that you intend to use requires a module that is not very popular, we'll still have it on our end.
Over 3400 Perl Modules in Semi-dedicated Servers
Every semi-dedicated server that we supply allows you to employ any kind of Perl-based web app that you'd like, regardless if you've made it yourself or if you have downloaded it from some third-party site. Either way, it'll function properly irrespective of the modules it may require since we have a large library which consists of over 3400 different modules. A complete list is available in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to these modules. 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 virtually any kind of script can run in spite of its specifications.