Perl is a well-liked scripting language which is designed to create different web-oriented apps, including CGI scripts. Among the options which distinguish it from other programming languages is the usage of modules - parts of Perl program code that do predefined tasks and they're universally accepted. Basically, instead of writing custom-made code to do something or pasting tens and hundreds of lines of code in your script, you will be able to "call" a module which is already available for this particular process and use just a couple of lines of code. Thus, your script will be executed a lot faster as it is much smaller. Using modules will also make the script simpler to change because you'll have to browse through much less program code. In case you wish to use Perl on your site, you have to ensure that the necessary modules are available on your server.
Over 3400 Perl Modules in Website Hosting
Over 3400 Perl modules are at your disposal if you get any of our Linux website hosting. You can use as many as you have to and we've ensured that we have all the well-known ones, plus many others which are not used that much, but may be a prerequisite for some third-party web application that you want to use or for a custom-made script to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you can access. You'll be able to find the entire 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. When you use our shared plans, you can work with any Perl-based script without restrictions.
Over 3400 Perl Modules in Semi-dedicated Hosting
If you want to use a Perl-based web app or CGI script, you'll be able to use 3400+ different modules which are available on our cloud hosting platform and are a part of every semi-dedicated server which we offer. You shall be able to see the full list whenever you want using your Hepsia CP along with the folder path required for your scripts to access the modules. We realize the fact that some third-party programs may need modules which are not very popular in order to perform correctly, hence the large number which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you will be able to use with your Perl applications no matter the package you select.