Perl is a very popular web-oriented programming language, that's designed to generate CGI scripts and many different apps. It is really useful owing to the fact that you do not have to write the very same code time and time again to have some action executed more than once, but you can work with modules. They're pre-defined subroutines or groups of tasks which can be called and executed inside a script. This means that, you'll be able to add only a reference to a given module in your code instead of using the entire module code over and over again. In this way, your script will be shorter, which means that it will be executed much faster, not mentioning that it'll be easier to maintain and / or modify. When you would like to take advantage of some third-party ready-made Perl script rather than writing your own, it will most likely need specific modules to be present on the hosting server.

Over 3400 Perl Modules in Shared Hosting

More than 3400 Perl modules will be accessible when you buy any of our shared hosting service. You will be able to use as many as you'd like and we have made sure that we have all the popular ones, plus many more that may not be used that much, but may be a requirement for some third-party web application that you want to use or for a custom script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You're able to see the whole list inside your Hepsia website hosting Control Panel along with the path which you need to set within your scripts, so they can use our module library. With our shared packages, you're able to work with any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we supply allows you to employ any type of Perl-based web application that you wish, no matter if you have created it yourself or if you have downloaded it from some third-party site. In either case, it'll work flawlessly regardless of the modules it may require since we have a massive library which contains more than 3400 different modules. The complete list is accessible in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to that list, you will 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 these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that almost any script will be able to run in spite of its specifications.