Perl is a well-liked programming language and among its key pros is that it supports the so-called modules - short bits of code that contain subroutines and do a variety of tasks. The handy side of working with modules is that you don't have to write custom code or include the entire code for a certain task each time it has to be executed. Alternatively, you can add just a single line in your Perl script which calls a given module, which in turn will perform the needed action. Not only will this give you shorter and more optimized scripts, but it will help you make changes a lot quicker and much easier. In case you aren't a programmer, but you would like to begin using a Perl application that you've found online, for instance, it's likely that the app will need some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules will be readily available if you get any of our Linux shared packages. You are able to use as many as you have to and we've made sure that we've got all of the well-liked ones, as well as a lot more that are not used that much, but may be a prerequisite for a third-party web app that you would like to use or for a custom script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you will be able to access. You will be able to see the whole list in your Hepsia web hosting Control Panel as well as the path that you need to set within your scripts, so they can use our module library. Using our shared packages, you can use any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we offer will allow you to work with any type of Perl-based web application that you'd like, no matter if you've made it yourself or if you've downloaded it from some third-party site. Either way, it will run flawlessly irrespective of the modules it may require as we have a massive library that consists of over 3400 different modules. The full list can be found in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, in order to know what you have to add in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that any script can run regardless of its specifications.