Perl is a widely used programming language and among its key advantages is that it works with the so-called modules - short pieces of program code which include subroutines and perform various tasks. The practical side of employing modules is that you don't have to write custom-made code or add the whole code for a particular task whenever it has to be performed. Instead, you can include only a single line in your Perl script which calls a specific module, that in turn will perform the needed action. Not only will this result in shorter and improved scripts, but it will also help you make changes faster and much easier. If you are not a programmer, still you'd like to begin using a Perl app which you've discovered on the worldwide web, for example, it is likely that the app will need certain modules to be already installed on the hosting server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules are readily available if you purchase any of our Linux website hosting packages. You can use as many as you'd like and we have ensured that we offer all the well-liked ones, as well as a lot more that might not be used as much, but might be a requirement for some third-party web app that you would like to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you'll be able to access. You can find the full list in your Hepsia web hosting Control Panel along with the path that you should set within your scripts, so they can use the module library. Using our shared packages, you can employ any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we supply allows you to use any kind of Perl-based web application that you wish, regardless if you've made it yourself or if you've downloaded it from some third-party site. Either way, it'll run properly irrespective of the modules it requires because we have a large library that contains more than 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with that list, you will also find the directory path to the modules, so as to know what you should include in your scripts in order for them to connect to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that any kind of script can run regardless of its specifications.