Perl is a popular scripting language that is designed to make various web-oriented apps, which includes CGI scripts. Among the characteristics that differentiate it from various other programming languages is the employment of modules - parts of Perl code that execute predefined jobs and they are universally accepted. Basically, as an alternative to creating custom program code to do something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" some module that already exists for this particular process and use just a couple of lines of program code. Because of this, your script shall be executed much more quickly because it is much smaller. Using modules will, in addition make a script easier to change due to the fact that you will need to search through a smaller amount of code. If you intend to use Perl on your site, you need to make sure that the required modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are at your disposal when you purchase any of our Linux cloud packages. You're able to employ as many as you will need and we have ensured that we have all the preferred ones, as well as many more that may not be used as much, but can be a requirement for a third-party web application that you wish to use or for a custom-made script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you can access. You can see the entire list in your Hepsia website hosting Control Panel as well as the path that you need to set within your scripts, so they can use the module library. When you use our shared plans, you're able to work with any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our Linux semi-dedicated hosting packages come with a big variety of Perl modules that you may use with your scripts. In this way, even when you would like to use an application which you have discovered online from a different internet site, you can rest assured that it will work effectively because regardless of the modules it could possibly need, we will have them. Our collection provides more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and much more - a lot of them are widely used and others not so much. We keep such a large amount to be on the safe side and to be sure that any script will work on our machines even if some module it needs is used rarely. The entire list of modules that can be used can be found within the Hepsia hosting Control Panel provided with the semi-dedicated accounts.