Perl is a very popular scripting language that's designed to build various web-oriented apps, which includes CGI scripts. Among the features that differentiate it from various other languages is the use of modules - batches of Perl program code which do predefined jobs and they are universally accepted. Basically, as an alternative to creating tailor-made code to make something or pasting tens and hundreds of lines of program code in your script, you can "call" some module which already exists for this specific job and use just a few lines of code. In consequence, your script will be executed a lot quicker since it'll be much smaller. Employing modules will additionally make your script much easier to modify due to the fact that you'll need to browse through a smaller amount of code. In case you would like to use Perl on your site, you should make sure that the needed modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules will be at your disposal when you obtain any of our Linux cloud hosting packages. You can use as many as you'll need and we have ensured that we offer all of the popular ones, as well as numerous others that may not be used that much, but may be a prerequisite for some third-party web app that you need to use or for a custom-made script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you'll be able to access. You can see the complete list inside your Hepsia hosting Control Panel as well as the path that you should set inside your scripts, so they can use the module library. When you use our shared plans, you'll be able to work with any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our Linux semi-dedicated hosting packages include a massive collection of Perl modules which you may use with your scripts. Thus, even when you would like to use an app that you have discovered online from another website, you can be positive that it'll work correctly as no matter what modules it may possibly require, we will have them. Our library provides more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and a lot more - many of them are frequently used while others not so much. We keep such a significant number to be on the safe side and to make certain that any script shall run on our servers even if some module which it requires is used very rarely. The full list of modules that you can use can be found within the Hepsia hosting Control Panel that comes with the semi-dedicated accounts.