Perl is a well-liked programming language and one of its major pros is that it supports the so-called modules - short pieces of code which include subroutines and execute numerous tasks. The practical side of working with modules is that you will not need to write custom program code or add the entire code for some action every time it should be executed. Instead, you are able to add only one line in your Perl script which calls a certain module, that in turn will execute the needed task. Not only will this give you shorter and more optimized scripts, but it will also help you make changes quicker and much easier. In case you aren't a programmer, but you would like to work with a Perl application that you've found on the Internet, for instance, it's very likely that the application will require certain modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

When you acquire one of the Linux shared hosting that we supply, you will have access to a huge library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you sign in to your Hepsia Control Panel, you can go to the Server Information section where you could see the whole list. Some of them are more common than others, however we offer such a large selection since we realize that if you employ an application from a third-party site, it may have specific prerequisites as to which modules have to be set up on the server or it might not function efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you can access and use on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we offer will allow you to work with any type of Perl-based web app that you wish, regardless if you've created it yourself or if you've downloaded it from a third-party site. In either case, it will work perfectly whatever the modules it may require as we have a rich library which includes more than 3400 different modules. The complete list is accessible in the Hepsia website hosting Control Panel that's used to control the semi-dedicated server accounts. In addition to the 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. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any type of script will run in spite of its requirements.