Perl is a popular scripting language that is employed to build various web-oriented apps, such as CGI scripts. One of the characteristics that distinguish it from many other programming languages is the use of modules - parts of Perl program code which execute predefined jobs and they are widely accepted. Basically, rather than creating tailor-made code to make something or pasting tens and hundreds of lines of code inside your script, you will be able to "call" a module that already exists for this particular task and use only a few lines of code. Thus, your script shall be executed quicker as it'll be much smaller. Using modules will, in addition make the script easier to modify as you'll have to browse through a smaller amount of program code. If you'd like to use Perl on your website, you should make sure that the necessary modules are available on your server.

Over 3400 Perl Modules in Shared Website Hosting

More than 3400 Perl modules are at your disposal if you purchase any of our shared website hosting. You are able to employ as many as you need and we've made sure that we have all the preferred ones, and a lot more which may not be used that much, but can be a prerequisite for some third-party web app that you wish to use or for a custom script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You can see the complete list in your Hepsia web hosting Control Panel along with the path which you have to set inside your scripts, so they can use our module library. With our shared plans, you'll be able to work with any kind of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Our Linux semi-dedicated hosting plans feature a huge selection of Perl modules that you may use with your scripts. This way, even when you would like to use an app which you have discovered online from a different website, you can be certain that it shall work correctly since regardless what modules it may need, we will have them. Our collection features more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and much more - some of them are widely used while others not so much. We keep such a large number to be on the safe side and to ensure that any script will run on our machines even if some module it requires is used extremely rarely. The full list of modules you can use is available in the Hepsia hosting Control Panel provided with the semi-dedicated accounts.