Perl is a well-known programming language and among its main advantages is the fact that it supports the so-called modules - short pieces of code that include subroutines and perform a variety of tasks. The useful side of working with modules is the fact that you do not have to write custom-made program code or add the whole code for some process each time it should be executed. Alternatively, you'll be able to include only one line in your Perl script that calls a certain module, which in turn will execute the necessary action. Not only will this give you shorter and enhanced scripts, but it will also allow you to make changes quicker and easier. In case you aren't a programmer, but you'd like to use a Perl application that you've discovered on the worldwide web, for example, it's very likely that the application will require some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules are readily available if you acquire any of our Linux shared website hosting packages. You're able to use as many as you will need and we've ensured that we've got all of the well-liked ones, plus many more that might not be used that much, but might be a requirement for a third-party web app that you need to use or for a custom script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you'll be able to access. You'll be able to find the full list in your Hepsia web hosting Control Panel as well as the path which you need to set within your scripts, so they can use our module library. Using our shared packages, you'll be able to work with any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you're able to run almost any script app created in this programming language without any problems irrespective of the semi-dedicated server plan that you select. The aforementioned is valid for both pre-made applications that you discover online and for custom-made ones that you write. We have such a large number of modules for two reasons - first, to provide you with a choice in respect to what kind of features you're able to add to your apps and websites and secondly, to make sure that when you would like to employ a ready script, it will run appropriately whatever the modules it will require. Because of this, some of the modules in our library are very popular whereas others are employed very rarely. You will see a list of all the modules in your hosting Control Panel together with the access path which your scripts need so as to use these modules.