Perl is a widely used programming language and one of its major advantages is that it works with the so-called modules - short pieces of program code which include subroutines and perform various tasks. The handy side of using modules is the fact that you will not have to create custom-made program code or add the whole code for a given action whenever it should be executed. Alternatively, you can include only one line in your Perl script which calls a certain module, that in turn will execute the needed action. Not only will this result in shorter and improved scripts, but it'll also help you make adjustments quicker and easier. If you aren't a programmer, still you would like to begin using a Perl application that you've discovered on the Internet, for instance, it is likely that the app will require certain modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules will be at your disposal if you get any of our shared hosting plans. You will be able to use as many as you'd like and we have ensured that we've got all of the well-liked ones, plus many more that may not be used that much, but might be a requirement for some third-party web app that you want to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you'll be able to access. You will be able to see the whole list inside your Hepsia web hosting Control Panel along with the path which you should set within your scripts, so they can use our module library. When you use our shared plans, you're able to use any Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply allows you to work with any type of Perl-based web app that you would like, no matter if you've created it yourself or if you have downloaded it from a third-party website. In either case, it will function properly regardless of the modules it may require because we have a large library that consists of more than 3400 different modules. A complete list can be found in the Hepsia web hosting Control Panel that is used to take care of the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you have to add 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 have such a multitude of modules to ensure that any kind of script will be able to run regardless of its requirements.