Perl is a very popular web-oriented computer programming language, which is used to make CGI scripts and a variety of applications. It's very convenient as you do not need to write the same program code time and time again so that you can have some action executed several times, but you can employ modules. They are pre-defined subroutines or groups of functions which can be called and executed inside a script. That is to say, you'll be able to add only a reference to a given module in your code instead of using the entire module code again and again. This way, your script will be shorter, which means that it shall be executed more rapidly, not mentioning that it'll be easier to maintain or modify. If you would like to employ a third-party ready-made Perl script rather than creating your own, it'll most likely need certain modules to be present on the hosting server.

Over 3400 Perl Modules in Shared Hosting

When you acquire one of the shared hosting plans that we offer, you'll get access to a rich library of more than 3400 Perl modules which are already installed on our cloud server platform. When you sign in to your Hepsia Control Panel, you will be able to go to the Server Information area where you can check the whole list. Part of them are more common than others, yet we offer such a large selection because we're aware that in case you use an app from some third-party website, it may have certain prerequisites as to what modules should be set up on the server or it may not function appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you are able to access and use on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we offer allows you to employ any kind of Perl-based web app that you would like, regardless if you have created it yourself or if you've downloaded it from some third-party website. In either case, it will work perfectly regardless of the modules it may require because we have a large library that includes over 3400 different modules. The full list can be found in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, in order to know what you should add in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that virtually any kind of script will run regardless of its specifications.