Perl is a popular programming language and among its key advantages is the fact that it works with the so-called modules - short pieces of program code which include subroutines and do a number of tasks. The handy side of employing modules is that you will not need to create custom-made code or add the whole code for some action every single time it has to be performed. Alternatively, you'll be able to add just one line in your Perl script that calls a particular module, that consequently will execute the necessary task. Not only will this give you shorter and improved scripts, but it will also enable you to make modifications swifter and easier. If you aren't a programmer, but you would like to work with a Perl app which you've discovered on the Internet, for example, it's likely that the application will need certain modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our cloud hosting come with more than 3400 Perl modules that you can use as part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to provide you with a choice regarding what features you'll be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information section of our custom-made Hepsia web hosting Control Panel, that comes with all shared accounts. In the same place, you will see the Perl version that we have along with the path to the modules that you'll need to use in your scripts in order to call a specific module from our library.