Perl is a well-known programming language and one of its major advantages is that it supports the so-called modules - short pieces of program code that contain subroutines and execute a number of tasks. The useful side of employing modules is the fact that you don't need to create custom code or include the whole code for a given process each and every time it has to be executed. Alternatively, you can add just one line in your Perl script that calls a particular module, which in turn will execute the necessary task. Not only will this lead to shorter and optimized scripts, but it will help you make changes quicker and much easier. In case you aren't a programmer, still you'd like to work with a Perl application that you've discovered on the worldwide web, for instance, it's very likely that the application will require some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Over 3400 Perl modules will be at your disposal if you obtain any of our Linux shared web hosting packages. You're able to employ as many as you will need and we have ensured that we've got all the popular ones, and a lot more that may not be used as much, but may be a requirement for a third-party web application that you need to use or for a custom-made script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you will be able to access. You can find the complete list in your Hepsia hosting Control Panel as well as the path which you should set within your scripts, so they can use our module library. With our shared packages, you are able to work with 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 employ any type of Perl-based web app that you'd like, regardless if you have made it yourself or if you've downloaded it from a third-party site. In either case, it will work perfectly regardless of the modules it requires since we have a large library that contains more than 3400 different modules. A full list can be found in the Hepsia web hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, so as to know what you need to include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that virtually any kind of script can run in spite of its specifications.