Perl is a well-known programming language and among its major advantages is that it supports the so-called modules - short pieces of code which contain subroutines and do different tasks. The handy side of working with modules is that you won't need to write custom program code or add the whole code for a certain task every time it has to be executed. Instead, you will be able to add only a single line in your Perl script that calls a given module, that in turn will execute the needed action. Not only will this lead to shorter and improved scripts, but it'll also allow you to make adjustments quicker and much easier. If you are not a programmer, but you'd like to work with a Perl app which you've found on the Internet, for instance, it's very likely that the app will need certain modules to be already set up on the hosting server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules are accessible when you obtain any of our Linux website hosting plans. You are able to use as many as you need and we have ensured that we offer all the well-liked ones, and many others which might not be used that much, but might be a prerequisite for a 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 couple of examples of the modules you can access. You can find the whole list inside your Hepsia web hosting Control Panel as well as the path that you need to set inside your scripts, so that they can use our module library. Using our shared plans, you'll be able to work with any Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we provide will allow you to work with any Perl-based web app that you wish, regardless if you have made it yourself or if you have downloaded it from a third-party website. In either case, it will run perfectly whatever the modules it may require since we have a large library which includes over 3400 different modules. The full list is available in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to ensure that any script can run in spite of its requirements.