Over 3400 Perl Modules
Discover more about the hundreads of Perl modules available and how making use of them may help your applications.
Perl is a widely used programming language and one of its key advantages is that it works with the so-called modules - short pieces of program code that contain subroutines and do different tasks. The beneficial side of using modules is that you will not need to write custom-made program code or add the entire code for a given task whenever it needs to be executed. Alternatively, you are able to include only one line in your Perl script that calls a specific module, that in turn will execute the needed task. Not only will this provide you with shorter and optimized scripts, but it will also allow you to make adjustments quicker and easier. In case you are not a programmer, still you'd like to work with a Perl app which you've found on the Internet, for instance, it's likely that the app will need specific modules to be already installed on your website hosting server.
Over 3400 Perl Modules in Cloud Website Hosting
Our cloud website hosting plans feature over 3400 Perl modules which you will be able to work with as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, in order to supply you with a choice in terms of what features you are able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list is available in the Server Information section of our custom-made Hepsia website hosting Control Panel, which comes with all shared accounts. In the same place, you can see the Perl version which we have along with the path to the modules that you will need to use within your scripts to call a certain module from our library.