Perl is a well-known programming language and one of its key pros is the fact that it works with the so-called modules - short pieces of code which include subroutines and do different tasks. The useful side of working with modules is the fact that you won't need to write custom-made program code or add the entire code for a given process every time it should be performed. Instead, you are able to include just a single line in your Perl script which calls a specific module, that in turn will perform the needed action. Not only will this give you shorter and more optimized scripts, but it will allow you to make adjustments faster and much easier. In case you aren't a programmer, still you'd like to use a Perl app which you've found on the worldwide web, for instance, it's likely that the app will need specific modules to be already installed on your hosting server.

Over 3400 Perl Modules in Shared Website Hosting

More than 3400 Perl modules will be accessible if you obtain any of our shared website hosting services. You are able to use as many as you'd like and we've ensured that we offer all of the well-liked ones, and a lot more which might not be used as much, but can be a requirement for some third-party web app that you would like to use or for a custom-made 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 are able to find the complete list inside your Hepsia web hosting Control Panel as well as the path which you should set in your scripts, so they can use the module library. With our shared packages, you can employ any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you are able to run any kind of script app created in this programming language without any problems regardless of the semi-dedicated server plan that you select. The abovementioned applies for both pre-made applications that you find online and for custom-built ones which you write. We provide such a multitude of modules for two reasons - first, to provide you with different options in respect to what kind of features you can add to your apps and websites and second, to make sure that in case you would like to use a ready script, it will run flawlessly whatever the modules it will need. For this reason, most of the modules included in our library are very popular whereas others are employed very rarely. You'll see a list of all of the modules in your hosting Control Panel together with the access path which your scripts need in order to use the modules.