Perl is a popular programming language and among its major advantages is that it supports the so-called modules - short bits of code which contain subroutines and execute a number of tasks. The beneficial side of using modules is the fact that you will not have to write custom program code or include the entire code for a given task each time it should be executed. Alternatively, you will be able to include only a single line in your Perl script which calls a specific module, which in turn will perform the necessary action. Not only will this result in shorter and more optimized scripts, but it will help you make modifications swifter and easier. In case you aren't a programmer, yet you would like to start using a Perl application that you've found online, for example, it is likely that the app will need certain modules to be already installed on the hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Our cloud web hosting feature 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 contain both popular and less popular ones, in order to provide you with different options in terms of what capabilities you will be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list can be found in the Server Information area of our custom-built Hepsia hosting Control Panel, that is provided with all of the shared accounts. In the same location, you will find the Perl version that we have along with the path to the modules that you'll have to use inside your scripts so as to call a certain module from the library.