Perl is a well-liked programming language and among its major pros is that it supports the so-called modules - short pieces of program code that include subroutines and perform a variety of tasks. The convenient side of using modules is that you don't need to write custom-made program code or add the entire code for some process each and every time it should be performed. Alternatively, you are able to add just one line in your Perl script which calls a particular module, that in turn will execute the necessary action. Not only will this provide you with shorter and enhanced scripts, but it will also help you make changes faster and much easier. If you are not a programmer, yet you'd like to work with a Perl application that you've discovered online, for example, it is very likely that the app will need certain modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Hosting

Over 3400 Perl modules are at your disposal when you acquire any of our Linux hosting. You'll be able to use as many as you need and we've made sure that we offer all the popular ones, and a lot more which may not be used as much, but can be a prerequisite for some third-party web app that you want to use or for a custom script to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you'll be able to access. You will be able to find the whole list inside your Hepsia website hosting Control Panel along with the path that you need to set in your scripts, so that they can use the module library. When you use our shared plans, you can use any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we offer will allow you to use any Perl-based web application that you would like, no matter if you have created it yourself or if you've downloaded it from some third-party website. Either way, it'll run properly irrespective of the modules it requires as we have a rich library which consists of more than 3400 different modules. The complete list can be found in the Hepsia website hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with that list, you can also find the directory path to the modules, in order to know what you should include 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 offer such a large number of modules to ensure that any kind of script will run regardless of its requirements.