Perl is a popular programming language and one of its main pros is that it supports the so-called modules - short bits of code that include subroutines and perform a number of tasks. The convenient side of employing modules is that you don't need to create custom-made program code or include the whole code for a certain process every time it has to be performed. Instead, you are able to include only a single line in your Perl script that calls a certain module, which in turn will perform the needed action. Not only will this lead to shorter and more optimized scripts, but it'll also enable you to make changes a lot quicker and much easier. In case you aren't a programmer, but you would like to start using a Perl application that you've found online, for instance, it's very likely that the application will require specific modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Shared Hosting

Our Linux shared packages include over 3400 Perl modules that you will be able to take advantage of as part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, to offer you different options with regard to what functionality you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list accessible in the Server Information area of our custom-made Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same location, you will see the Perl version which we have along with the path to the modules that you will have to use within your scripts so as to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we provide allows you to employ any kind of Perl-based web application that you would like, no matter if you've made it yourself or if you have downloaded it from a third-party site. In either case, it will function perfectly regardless of the modules it requires as we have a large library that includes more than 3400 different modules. A complete list can be found in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you will also see the directory path to the modules, so as to know what you should add in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that any script will be able to run regardless of its requirements.