Perl is a well-liked web-oriented computer programming language, which is designed to set up CGI scripts and also many different apps. It's really convenient because you do not have to write the same program code repeatedly to get some process executed several times, but you'll be able to employ modules. They're pre-defined subroutines or sets of functions that can be called and executed inside a script. This means that, you'll be able to include just a reference to a specific module within 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 much faster, not mentioning that it'll be easier to maintain and / or modify. If you want to take advantage of some third-party ready-made Perl script as an alternative to creating your own, it will probably need specific modules to be present on the hosting server.

Over 3400 Perl Modules in Shared Hosting

If you obtain one of the shared hosting that we supply, you will receive access to a rich library of over 3400 Perl modules that are already installed on our cloud server platform. When you log in to the Hepsia Control Panel, you're able to go to the Server Information section where you can easily check the full list. Some of them are more popular than others, however we offer such a large number since we're aware that when you use an app from some third-party site, it may have specific prerequisites as to what modules should be set up on the server or it might not work appropriately. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you will be able to access and take advantage of on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we provide allows you to use any kind of Perl-based web application that you wish, regardless if you have made it yourself or if you've downloaded it from a third-party site. In either case, it will run flawlessly whatever the modules it needs because we have a rich library which contains more than 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to that list, you will also find 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 the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will be able to run in spite of its specifications.