Perl is a very popular scripting language that's designed to create different web-oriented apps, including CGI scripts. One of the attributes which differentiate it from alternative languages is the use of modules - parts of Perl program code that complete predefined tasks and they are widely accepted. In simple terms, rather than writing tailor-made code to do something or pasting tens and hundreds of lines of code in your script, you will be able to "call" a module which is already available for this specific task and use only several lines of program code. This way, your script will be executed faster because it is much smaller. Employing modules will also make the script much easier to change due to the fact that you will have to browse through a smaller amount of code. In case you want to use Perl on your site, you need to ensure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules are readily available when you obtain any of our Linux shared hosting. You're able to employ as many as you need to and we've ensured that we've got all the preferred ones, and many others that might not be used as much, but might be a requirement for some third-party web app that you wish to use or for a custom script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you will be able to access. You are able to find the list in your Hepsia website hosting Control Panel along with the path that you should set in your scripts, so they can use our module library. When you use our shared packages, you are able to use any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our Linux semi-dedicated hosting feature a huge range of Perl modules which you may use with your scripts. This way, even if you would like to use an app that you have discovered online from another site, you can be positive that it shall work effectively as regardless of what modules it may require, we'll have them. Our library provides more than 3400 modules like 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 make sure that any script will run on our web servers even if some module that it needs is used very rarely. The complete list of modules which you can use is available in the Hepsia web hosting Control Panel offered with the semi-dedicated accounts.