Perl is a widespread web-oriented programming language, which is used to set up CGI scripts as well as many different apps. It's very convenient owing to the fact that you do not need to create the very same program code time and again to get some action executed a couple of times, but you will be able to use modules. They're pre-defined subroutines or sets of functions that can be called and executed in a script. This means that, you will be able to add only a reference to a given module within your program code as an alternative to using the entire module code again and again. This way, your script will be shorter, therefore it will be executed much faster, not mentioning that it'll be a lot easier to maintain and modify. If you want to take advantage of a third-party ready-made Perl script instead of creating your own, it'll most likely need particular modules to be present on the website hosting server.

Over 3400 Perl Modules in Cloud Hosting

When you acquire one of the Linux cloud hosting that we provide, you'll receive access to a huge library of more than 3400 Perl modules that are already set up on our cloud server platform. After you log in to the Hepsia Control Panel, you're able to visit the Server Information section where you could see the entire list. Part of them are more common than others, but we offer such a large number because we are aware that if you use an application from a third-party website, it may have specific prerequisites as to what modules need to be present on the server or it may not work efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you're able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we supply will allow you to employ any kind of Perl-based web application 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 will work flawlessly irrespective of the modules it requires as we have a rich library that includes over 3400 different modules. A complete list is available in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. Along with the list, you'll also find the directory path to the modules, in order to know what you should 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 ensure that any kind of script will run regardless of its specifications.