Perl is a well-known programming language and one of its main pros is that it supports the so-called modules - short pieces of code that include subroutines and perform different tasks. The practical side of employing modules is that you don't need to create custom program code or add the entire code for some action every time it needs to be performed. Instead, you are able to add just a single line in your Perl script that calls a particular module, that in turn will perform the needed action. Not only will this provide you with shorter and enhanced scripts, but it will also allow you to make modifications quicker and easier. If you aren't a programmer, still you would like to work with a Perl app which you've found on the web, for example, it's very likely that the application will require specific modules to be already installed on your hosting server.
Over 3400 Perl Modules in Shared Hosting
Over 3400 Perl modules are readily available when you buy any of our Linux shared service. You're able to employ as many as you need and we have made sure that we have all of the well-known ones, and many others which are not used as much, but may be a prerequisite for a third-party web application that you need to use or for a custom-made script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you can access. You can see the entire list inside your Hepsia hosting Control Panel as well as the path that you need to set within your scripts, so that they can use the module library. With our shared plans, you're able to employ any Perl-based script without any restrictions.
Over 3400 Perl Modules in Semi-dedicated Servers
Each and every semi-dedicated server that we provide allows you to work with any kind of Perl-based web app that you wish, no matter if you have made it yourself or if you have downloaded it from some third-party site. Either way, it'll run flawlessly whatever the modules it requires as we have a rich library that consists of over 3400 different modules. A complete list is accessible in the Hepsia website hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you'll also see the directory path to the modules, so as to know what you need to add 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 supply such a large number of modules to ensure that any type of script can run regardless of its specifications.