Perl is a popular programming language and one of its key advantages is that it works with the so-called modules - short pieces of program code that contain subroutines and perform a variety of tasks. The useful side of working with modules is that you will not have to create custom-made program code or add the whole code for some action every single time it has to be performed. Instead, you will be able to add just one line in your Perl script which calls a specific module, that consequently will execute the needed action. Not only will this provide you with shorter and enhanced scripts, but it will also enable you to make adjustments swifter and easier. If you aren't a programmer, still you'd like to use a Perl application that you've discovered on the Internet, for instance, it is likely that the app will require specific modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

More than 3400 Perl modules will be accessible when you purchase any of our shared website hosting services. You're able to use as many as you have to and we've ensured that we've got all the well-known ones, plus a lot more which may not be used that much, but may be a prerequisite for a third-party web app that you need to use or for a custom script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You'll be able to find the complete list inside your Hepsia hosting Control Panel along with the path which you have to set in your scripts, so that they can use our module library. Using our shared plans, you will be able to work with any 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 will be able to run almost any script application written in this programming language without a problem whatever the semi-dedicated server package that you pick. The abovementioned applies for both pre-made apps which you find online and for custom-built ones which you write. We have such a large number of modules for a couple of reasons - first of all, to offer you a choice in respect to what features you will be able to add to your applications and sites and second, to ensure that in case you'd like to use a ready script, it'll run properly whatever the modules it requires. For this reason, most of the modules included in our library are very popular while others are employed very rarely. You'll find a list of all of the modules within your hosting Control Panel together with the access path which your scripts need to use these modules.