Perl is a widely used programming language and one of its main advantages is that it supports the so-called modules - short pieces of code which include subroutines and execute different tasks. The useful side of employing modules is that you won't have to write custom program code or include the whole code for a certain task each time it should be performed. Alternatively, you'll be able to add just a single line in your Perl script that calls a given module, that in turn will perform the necessary action. Not only will this provide you with shorter and more optimized scripts, but it'll also allow you to make changes faster and easier. In case you aren't a programmer, but you would like to employ a Perl app which you've discovered online, for instance, it's likely that the app will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Over 3400 Perl modules are readily available when you get any of our cloud website hosting. You are able to employ as many as you have to and we've made sure that we have all the popular ones, and numerous others which might not be used that much, but may be a prerequisite for some third-party web application that you wish to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You'll be able to find the full list inside your Hepsia website hosting Control Panel along with the path that you should set in your scripts, so that they can use our module library. Using our shared packages, you'll be able to use any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we supply will allow you to use any kind of Perl-based web application that you would like, no matter if you've created it yourself or if you have downloaded it from a third-party site. In either case, it'll function perfectly irrespective of the modules it needs since we have a rich library which consists of more than 3400 different modules. A complete list is available in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to the list, you will also find the directory path to the modules, in order to know what you need to include in your scripts in order for them to connect to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that almost any script will run regardless of its requirements.