Perl is a widely used programming language and one of its key pros is that it works with the so-called modules - short pieces of program code which contain subroutines and do a number of tasks. The useful side of working with modules is that you will not need to create custom code or include the entire code for a specific process each time it needs to be executed. Alternatively, you'll be able to include just a single line in your Perl script which calls a specific module, which consequently will perform the necessary action. Not only will this lead to shorter and improved scripts, but it will enable you to make adjustments faster and much easier. In case you are not a programmer, yet you would like to start using a Perl application that you've found on the worldwide web, for example, it's very likely that the application will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Website Hosting

All of our Linux website hosting include more than 3400 Perl modules which you're able to employ as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, in order to provide you with different options in terms of what features you're able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list is available in the Server Information area of our custom-built Hepsia website hosting Control Panel, which is provided with all the shared accounts. In the same location, you can see the Perl version that we have and the path to the modules that you'll need to use within your scripts to call a specific module from the library.