Perl is a well-known scripting language that's used to build various web-oriented apps, such as CGI scripts. Among the options which distinguish it from various other languages is the use of modules - batches of Perl code which perform predefined jobs and they're universally accepted. Basically, instead of generating custom program code to make something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" a module which already exists for this specific task and use only several lines of program code. Thus, your script shall be executed much more rapidly because it is smaller. Using modules will, in addition make your script much easier to change since you'll need 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
In case you want to employ Perl-based apps on your sites - ready-made from a third-party site or custom ones, you'll be able to benefit from our vast module library. With over 3400 modules set up on our in-house made cloud hosting platform, you'll be able to run any script, irrespective of the shared hosting package that you select. Once you sign in to the Hepsia Control Panel which is included with all the accounts, you'll be able to see the complete list of modules that we offer together with the path that you should add to your scripts so they can access these modules. Because we have quite a big library, you can find both widespread and very rarely used modules. We prefer to be on the safe side, so in case some third-party script that you need to work with requires a module which is not very popular, we will still have it here.
Over 3400 Perl Modules in Semi-dedicated Servers
Each semi-dedicated server that we offer will allow you to use any type of Perl-based web application that you wish, no matter if you have created it yourself or if you have downloaded it from a third-party site. Either way, it'll run flawlessly regardless of the modules it needs because we have a massive library which includes more than 3400 different modules. A full list can be found in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to that list, you will 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 connect to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that almost any script can run in spite of its requirements.