Perl is a preferred scripting language that's that is used to build different web-oriented apps, which includes CGI scripts. Among the characteristics which differentiate it from alternative programming languages is the employment of modules - parts of Perl code which complete predefined jobs and they're commonly accepted. In simple terms, instead of generating tailor-made program code to perform something or pasting tens and hundreds of lines of program code inside your script, you can "call" a module which already exists for this specific process and use just a couple of lines of program code. In consequence, your script shall be executed more quickly because it will be smaller. Using modules will also make the script easier to edit as you will need to go through a smaller amount of code. In case you intend to use Perl on your website, you need to ensure that the required modules are available on the server.

Over 3400 Perl Modules in Web Hosting

More than 3400 Perl modules will be readily available if you acquire any of our web hosting. You're able to use as many as you will need and we have made sure that we offer all the preferred ones, plus numerous others which may not be used that much, but can be a requirement for a third-party web app that you want to use or for a custom script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you can access. You're able to find the full list in your Hepsia web hosting Control Panel as well as the path that you have to set inside your scripts, so that they can use the module library. With our shared plans, you will be able to employ any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we provide allows you to employ any Perl-based web application that you wish, no matter if you have created it yourself or if you've downloaded it from some third-party site. In either case, it will run perfectly regardless of the modules it needs since we have a rich library that contains more than 3400 different modules. A full list is accessible in the Hepsia website hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you'll also find the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that any type of script can run regardless of its specifications.