Perl is a well-known scripting language which is which is used to create various web-oriented applications, such as CGI scripts. Among the characteristics that distinguish it from other languages is the usage of modules - batches of Perl code which complete predefined jobs and they are commonly accepted. In simple terms, instead of generating custom program code to perform something or pasting tens and hundreds of lines of code in the script, you can "call" some module which is already available for this particular job and use only a few lines of program code. Thus, your script shall be executed a lot faster since it'll be much smaller. Employing modules will also make your script easier to modify due to the fact that you will need to search through a smaller amount of program code. In case you intend to use Perl on your site, you should ensure that the necessary modules are available on the server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules are readily available if you obtain any of our Linux website hosting packages. You will be able to use as many as you'd like and we've ensured that we offer all of the well-liked ones, plus numerous others that may not be used that much, but might be a requirement for some third-party web app that you need 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 examples of the modules you'll be able to access. You're able to find the entire list in your Hepsia hosting Control Panel along with the path that you need to set inside your scripts, so that they can use the module library. Using our shared packages, you'll be able to use any kind of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our Linux semi-dedicated hosting packages include a big selection of Perl modules which you may use with your scripts. That way, even when you need to use an application which you've found online from a different website, you can be certain that it'll work correctly as regardless of what modules it could possibly need, we'll have them. Our library consists of more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and more - a lot of them are frequently used while others not as much. We keep such a significant number to be on the safe side and to ensure that any script shall run on our machines even if some module that it needs is used rarely. The complete list of modules that can be used can be found inside the Hepsia hosting Control Panel that comes with the semi-dedicated accounts.