Perl is a widespread programming language and among its key pros is that it supports the so-called modules - short bits of code which contain subroutines and do numerous tasks. The handy side of working with modules is that you don't have to write custom code or add the entire code for a given action every single time it has to be executed. Alternatively, you'll be able to add only one line in your Perl script that calls a particular module, which in turn will perform the needed action. Not only will this give you shorter and optimized scripts, but it will enable you to make modifications faster and much easier. In case you aren't a programmer, still you would like to begin using a Perl app which you've discovered on the web, for instance, it's likely that the application will require certain modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Shared Hosting

All our Linux shared hosting include more than 3400 Perl modules which you'll be able to use as part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to give you a choice in terms of what capabilities you will be able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list is available in the Server Information area of our custom Hepsia web hosting Control Panel, that comes with all shared accounts. In the same location, 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 certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you would like to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that can be found on our cloud hosting platform and are part of each semi-dedicated server we provide. You will be able to see the entire list at any moment via your Hepsia CP alongside the folder path required for your scripts to access the modules. We realize the fact that some third-party applications might require modules that aren't popular in order to function correctly, hence the large amount which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you'll be able to use with your Perl applications regardless of the plan you opt for.