Perl is a widespread programming language and one of its major advantages is the fact that it supports the so-called modules - short pieces of code that contain subroutines and do a number of tasks. The handy side of using modules is that you don't have to create custom code or include the whole code for a certain action every time it needs to be executed. Instead, you are able to include only one line in your Perl script which calls a specific module, that in turn will execute the necessary task. Not only will this lead to shorter and improved scripts, but it will also help you make adjustments swifter and easier. If you aren't a programmer, but you'd like to work with a Perl app that you've discovered on the worldwide web, for example, it's very likely that the application will require some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our cloud hosting plans feature over 3400 Perl modules that you'll be able to use as a part of your CGI scripts or web-based applications. They include both widely used and less popular ones, to supply you with different options regarding what capabilities you are able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list can be found in the Server Information section of our tailor-made Hepsia web hosting Control Panel, that comes with all of the shared accounts. In the same location, you will find the Perl version which we have and the path to the modules that you'll have to use in your scripts so as to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you wish, no matter if you've created it yourself or if you have downloaded it from a third-party website. Either way, it will work properly irrespective of the modules it needs as we have a large library that contains over 3400 different modules. The complete list is accessible in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with that list, you can also find the directory path to the modules, in order to know what you should add in your scripts in order for them to connect to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that almost any script will be able to run regardless of its requirements.