Perl is a well-known programming language and among its main advantages is the fact that it works with the so-called modules - short bits of code that contain subroutines and do numerous tasks. The handy side of working with modules is the fact that you don't need to write custom code or add the entire code for a certain task every time it needs to be executed. Alternatively, you will be able to include just one line in your Perl script which calls a certain module, which consequently will execute the necessary task. Not only will this result in shorter and more optimized scripts, but it'll also allow you to make modifications quicker and easier. If you are not a programmer, yet you would like to work with a Perl app which you've found on the Internet, for instance, it is likely that the application will require specific modules to be already set up on the hosting server.
Over 3400 Perl Modules in Cloud Hosting
Our cloud hosting plans include over 3400 Perl modules which you can work with as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, in order to supply you with different options regarding what functions you'll be able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list accessible in the Server Information area of our custom-made Hepsia hosting Control Panel, that is provided with all of the shared accounts. In the same location, you will see the Perl version which we have as well as the path to the modules that you will need to use within your scripts to call a given module from the library.
Over 3400 Perl Modules in Semi-dedicated Servers
With more than 3400 Perl modules pre-installed on our cloud hosting platform, you can run any kind of script application developed in this programming language without a problem regardless of the semi-dedicated server plan that you choose. The abovementioned is valid for both pre-made applications which you get online and for custom-built ones that you develop. We have such a large number of modules for a couple of reasons - first of all, to offer you a selection in respect to what features you will be able to add to your applications and websites and second, to ensure that if you'd like to use a ready script, it'll run properly regardless of what modules it needs. For this reason, many of the modules in our library are quite popular while others are used very rarely. You'll see a list of all of the modules inside your website hosting Control Panel along with the access path which your scripts need in order to use these modules.