Perl is a very popular web-oriented computer programming language, that is designed to generate CGI scripts along with various applications. It is really practical as you do not need to submit the same code over and over again in order to get some task executed more than once, but you will be able to use modules. These are pre-defined subroutines or sets of operations which can be called and executed inside a script. This means that, you are able to add only a reference to a particular module inside your code as an alternative to using the whole module code over and over again. This way, your script will be shorter, which means that it will be executed more rapidly, not mentioning that it'll be a lot easier to maintain and / or modify. If you want to use a third-party ready-made Perl script instead of writing your own, it will most likely need specific modules to be pre-installed on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

More than 3400 Perl modules will be at your disposal if you obtain any of our Linux shared hosting service. You can employ as many as you need and we have made sure that we have all of the well-liked ones, as well as many others which may not be used that much, but can be a prerequisite for some third-party web application that you wish to use or for a custom-made script in order to work effectively. 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 find the entire list in your Hepsia hosting Control Panel as well as the path that you need to set within your scripts, so they can use our module library. When you use our shared packages, you will be able to use any kind of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we supply allows you to use any kind of Perl-based web app that you wish, no matter if you've created it yourself or if you've downloaded it from some third-party website. Either way, it'll run flawlessly irrespective of the modules it requires as we have a large library which contains over 3400 different modules. The complete list is available in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you will also see the directory path to the modules, so as to know what you should 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 offer such a large number of modules to ensure that any type of script will be able to run regardless of its requirements.