Perl is a popular programming language and one of its key pros is that it works with the so-called modules - short pieces of program code that include subroutines and do different tasks. The practical side of working with modules is the fact that you do not need to create custom code or include the whole code for a specific action every time it should be executed. Alternatively, you can include only a single line in your Perl script that calls a given module, which in turn will execute the necessary action. Not only will this result in shorter and improved scripts, but it will enable you to make modifications swifter and easier. In case you aren't a programmer, still you would like to use a Perl app that you've found online, for instance, it is likely that the app will need some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Shared Hosting

More than 3400 Perl modules will be readily available when you get any of our Linux shared hosting. You will be able to employ as many as you'll need and we've made sure that we have all of the well-known ones, and many more that may not be used that much, but may be a prerequisite for some third-party web app that you would like to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you'll be able to access. You will be able to see the list in your Hepsia hosting Control Panel along with the path which you need to set within your scripts, so they can use our module library. When you use our shared plans, you can use any kind of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you'll be able to run almost any script application written in this programming language without a problem regardless of the semi-dedicated server plan that you choose. The aforementioned is valid for both pre-made applications that you find online and for in-house made ones which you develop. We have such a large number of modules for two reasons - first, to offer you a selection in respect to what kind of features you'll be able to add to your applications and websites and secondly, to make sure that in case you want to work with a ready script, it'll run appropriately whatever the modules it will require. Because of this, some of the modules inside our library are very popular whereas others are used rarely. You can find a list of all the modules in your website hosting Control Panel together with the access path that your scripts need to use these modules.