Perl is a well-liked programming language and one of its major pros is that it works with the so-called modules - short bits of code that include subroutines and do multiple tasks. The beneficial side of using modules is that you don't have to create custom code or add the entire code for a certain action every time it needs to be executed. Alternatively, you are able to include only one line in your Perl script which calls a given module, that consequently will perform the necessary task. Not only will this lead to shorter and improved scripts, but it will also allow you to make modifications quicker and much easier. In case you aren't a programmer, still you would like to use a Perl application which you've found on the web, for example, it's likely that the app will require some modules to be already set up on the hosting server.

Over 3400 Perl Modules in Cloud Hosting

All of our cloud hosting plans include more than 3400 Perl modules that you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They include both widely used and less popular ones, in order to provide you with a choice with regard to what functions you can add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list accessible in the Server Information section of our custom Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same place, you'll see the Perl version which we have along with the path to the modules that you will need to use within your scripts in order to call a given module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we provide allows you to employ any kind of Perl-based web app that you would like, regardless if you have created it yourself or if you've downloaded it from a third-party site. Either way, it'll work perfectly regardless of the modules it may require since we have a large library which consists of more than 3400 different modules. A full list is accessible in the Hepsia website hosting Control Panel that's used to manage the semi-dedicated server accounts. In addition to the list, you will also see the directory path to the modules, so as to know what you need to include in your scripts in order for them to connect to the modules. 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 any type of script will be able to run in spite of its specifications.