Perl is a widely used programming language and one of its key pros is that it supports the so-called modules - short pieces of program code which contain subroutines and do various tasks. The convenient side of using modules is that you will not have to write custom-made code or add the whole code for a certain action each and every time it needs to be performed. Instead, you are able to include just one line in your Perl script that calls a certain module, which consequently will execute the necessary action. Not only will this provide you with shorter and improved scripts, but it will also help you make adjustments quicker and easier. If you are not a programmer, still you would like to start using a Perl app that you've found on the web, for example, it is likely that the application will require some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are accessible when you get any of our Linux cloud hosting. You are able to use as many as you need to and we have ensured that we have all of the well-liked ones, and many more which are not used that much, but can be a requirement for a third-party web app that you need to use or for a custom-made script to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you will be able to access. You'll be able to find the full list in your Hepsia website hosting Control Panel along with the path that you should set inside your scripts, so that they can use the module library. With our shared plans, you're able to employ any Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer allows you to employ any type of Perl-based web app that you would like, regardless if you've created it yourself or if you've downloaded it from a third-party website. In either case, it'll run perfectly whatever the modules it requires because we have a massive library that includes over 3400 different modules. A full list can be found in the Hepsia web hosting Control Panel which is used to take care of 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 link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that any kind of script will run regardless of its specifications.