Perl is a widely used programming language and one of its main pros is the fact that it works with the so-called modules - short pieces of program code that include subroutines and perform different tasks. The handy side of employing modules is that you won't have to write custom-made code or include the entire code for some action every time it has to be performed. Instead, you'll be able to add only a single line in your Perl script that calls a specific module, which consequently will execute the necessary task. Not only will this lead to shorter and improved scripts, but it will enable you to make changes a lot quicker and much easier. If you aren't a programmer, but you would like to use a Perl application which you've found on the Internet, for instance, it is likely that the application will require certain modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

Our Linux shared hosting feature over 3400 Perl modules which you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to give you a choice in terms of what functionality you are able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list can be found in the Server Information area of our tailor-made Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same location, you'll find the Perl version which we have and the path to the modules that you'll need to use within your scripts so as to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we provide allows you to employ any kind of Perl-based web application that you would like, regardless if you've made it yourself or if you have downloaded it from a third-party website. Either way, it'll run flawlessly regardless of the modules it may require as we have a large library which includes over 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with that list, you'll also see the directory path to the modules, in order to know what you have to include in your scripts in order for them to connect to the modules. Some 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 will run in spite of its requirements.