Perl is a widely used programming language and among its main pros is the fact that it supports the so-called modules - short pieces of program code which include subroutines and execute various tasks. The beneficial side of using modules is that you won't have to write custom program code or include the entire code for a particular task each time it needs to be executed. Instead, you can include only a single line in your Perl script that calls a given module, which consequently will perform the needed task. Not only will this provide you with shorter and improved scripts, but it will help you make changes quicker and much easier. If you aren't a programmer, but you would like to begin using a Perl app that you've found on the Internet, for example, it's likely that the app will require some modules to be already installed on your hosting server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules will be at your disposal when you buy any of our shared hosting. You will be able to employ as many as you need to and we've made sure that we've got all the well-known ones, plus many others that may not be used as much, but can be a requirement for some third-party web application that you want to use or for a custom script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You are able to see the full list inside your Hepsia web hosting Control Panel as well as the path which you have to set within your scripts, so they can use our module library. With our shared packages, you are able to work with any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we supply allows you to use any kind of Perl-based web app that you wish, no matter if you've created it yourself or if you've downloaded it from some third-party website. Either way, it will function perfectly irrespective of the modules it needs because we have a rich library that includes over 3400 different modules. A complete list can be found in the Hepsia hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to 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 supply such a large number of modules to make sure that virtually any kind of script can run regardless of its requirements.