Perl is a well-liked programming language and one of its key pros is that it supports the so-called modules - short pieces of code that contain subroutines and do numerous tasks. The convenient side of using modules is that you won't need to write custom-made program code or add the entire code for a certain process whenever it should be performed. Alternatively, you can include just a single line in your Perl script that calls a particular module, that in turn will perform the necessary task. Not only will this result in shorter and more optimized scripts, but it will allow you to make adjustments a lot quicker and easier. In case you aren't a programmer, yet you would like to work with a Perl app which you've found on the web, for instance, it's very likely that the application will require some modules to be already set up on the hosting server.

Over 3400 Perl Modules in Web Hosting

Our Linux web hosting include over 3400 Perl modules that you can benefit from as part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, to supply you with a choice regarding what functionality you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list accessible in the Server Information section of our custom-built Hepsia hosting Control Panel, that is provided with all the shared accounts. In the same location, you'll see the Perl version that we have and the path to the modules that you will have to use within your scripts to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply will allow you to use any kind of Perl-based web application that you'd like, regardless if you've created it yourself or if you have downloaded it from some third-party website. Either way, it will function perfectly regardless of the modules it needs as we have a rich library which includes more than 3400 different modules. A complete list is available in the Hepsia web hosting Control Panel that's used to manage the semi-dedicated server accounts. Along with that list, you can also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that virtually any kind of script can run regardless of its requirements.