Perl is a popular programming language and among its main advantages is the fact that it supports the so-called modules - short bits of code that contain subroutines and perform various tasks. The convenient side of employing modules is the fact that you won't need to create custom-made program code or add the whole code for a given action whenever it has to be executed. Alternatively, you'll be able to add just one line in your Perl script that calls a certain module, which in turn will execute the needed action. Not only will this lead to shorter and optimized scripts, but it will allow you to make changes a lot quicker and easier. If you aren't a programmer, still you'd like to begin using a Perl application which you've discovered on the web, for instance, it is very likely that the application will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

More than 3400 Perl modules will be accessible if you get any of our cloud hosting plans. You'll be able to employ as many as you have to and we have ensured that we've got all the well-known ones, and many more which may not be used that much, but can be a requirement for a third-party web app that you wish to use or for a custom-made script in order 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're able to see the whole list in your Hepsia web hosting Control Panel along with the path which you need to set inside your scripts, so they can use the module library. With our shared packages, you're able to use any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud website hosting platform, you will be able to run almost any script app written in this programming language without any problems regardless of the semi-dedicated server package that you pick. The abovementioned is valid for both pre-made apps that you discover online and for custom-built ones that you create. We supply such a large number of modules for two reasons - first, to offer you a selection in respect to what characteristics you are able to add to your apps and sites and second, to make sure that when you would like to employ a ready script, it'll run properly whatever the modules it requires. For this reason, most of the modules inside our library are quite popular whereas others are used rarely. You will find a list of all of the modules in your website hosting Control Panel in addition to the access path which your scripts will need in order to use these modules.