Perl is a well-liked programming language and one of its key advantages is that it supports the so-called modules - short bits of program code which contain subroutines and perform various tasks. The beneficial side of using modules is the fact that you don't need to write custom program code or include the whole code for some process each and every time it has to be executed. Alternatively, you can add only a single line in your Perl script which calls a particular module, that consequently will execute the necessary task. Not only will this result in shorter and more optimized scripts, but it will also help you make changes swifter and easier. If you aren't a programmer, yet you would like to begin using a Perl app that you've discovered on the Internet, for instance, it's likely that the app will need some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Website Hosting

All of our website hosting include over 3400 Perl modules which you're able to work with as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to give you a choice with regard to what features you are able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list is available in the Server Information area of our tailor-made Hepsia website hosting Control Panel, which comes with all of the shared accounts. In the same place, you will see the Perl version that we have as well as the path to the modules that you'll have to use inside your scripts so as to call a specific module from the library.

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 script application written in this programming language without a problem whatever the semi-dedicated server package that you choose. This is valid for both pre-made applications that you find online and for custom ones which you create. We supply such a large number of modules for two reasons - first of all, to offer you a choice in respect to what kind of features you will be able to add to your apps and websites and secondly, to guarantee that in case you wish to work with a ready script, it'll run properly regardless of what modules it needs. Because of this, most of the modules inside our library are quite popular while others are employed rarely. You'll see a list of all modules inside your hosting Control Panel together with the access path which your scripts need to use the modules.