Perl is a well-known programming language and among its main pros is the fact that it works with the so-called modules - short bits of code which include subroutines and perform numerous tasks. The convenient side of using modules is the fact that you do not have to create custom-made program code or add the entire code for a particular action each and every time it should be executed. Instead, you will be able to add only one line in your Perl script which calls a certain module, which in turn will perform the necessary action. Not only will this provide you with shorter and optimized scripts, but it will also enable you to make modifications quicker and easier. If you aren't a programmer, but you'd like to start using a Perl app that you've discovered online, for example, it is very likely that the app will need some modules to be already set up on the website hosting server.
Over 3400 Perl Modules in Web Hosting
Our Linux web hosting packages feature more than 3400 Perl modules which you'll be able to employ as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, to provide you with a choice in terms of what functions you'll be able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information area of our custom Hepsia website hosting Control Panel, which is featured with all shared accounts. In the same place, you'll find the Perl version which we have along with the path to the modules that you will have to use inside your scripts to call a particular module from the library.
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 manage almost any script application developed in this programming language without a problem whatever the semi-dedicated server plan that you choose. The abovementioned is valid for both pre-made apps which you get online and for custom ones which you write. We provide such a multitude of modules for a couple of reasons - first, to offer you a selection in respect to what kind of features you will be able to add to your apps and sites and secondly, to ensure that in case you would like to employ a ready script, it'll run appropriately no matter what modules it will need. For this reason, most of the modules inside our library are quite popular whereas others are used very rarely. You will see a list of all the modules within your hosting Control Panel together with the access path that your scripts need in order to use the modules.