Perl is a very popular scripting language that is used to build different web-oriented applications, such as CGI scripts. Among the options that differentiate it from various other programming languages is the usage of modules - parts of Perl program code which complete predefined jobs and they are commonly accepted. Basically, instead of writing custom-made code to do something or pasting tens and hundreds of lines of program code in the script, you will be able to "call" a module which already exists for this specific process and use just several lines of code. Due to this, your script shall be executed a lot quicker because it'll be smaller. Using modules will additionally make the script much easier to edit considering that you'll need to go through much less code. In case you want to use Perl on your site, you should ensure that the required modules are present on your server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules will be at your disposal when you get any of our shared website hosting. You're able to employ as many as you need to and we have made sure that we have all of the popular ones, plus many more which are not used as much, but may be a prerequisite for a third-party web app that you need 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'll be able to access. You will be able to see the list inside your Hepsia website hosting Control Panel as well as the path which you have to set in your scripts, so they can use the module library. When you use our shared plans, you'll be able to use any kind of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Our semi-dedicated servers come with a big collection of Perl modules that you may use with your scripts. Thus, even if you want to use an app which you have found online from a different website, you can be certain that it shall work effectively because regardless of what modules it could possibly need, we will have them. Our collection consists of more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and much more - some of them are commonly used while others not as much. We keep such a large amount to be on the safe side and to make certain that any script shall work on our machines even if some module which it requires is used rarely. The full list of modules that can be used can be found in the Hepsia web hosting Control Panel provided with the semi-dedicated accounts.