Perl is a popular scripting language that's used to build various web-oriented apps, which includes CGI scripts. One of the characteristics that differentiate it from many other languages is the usage of modules - batches of Perl program code that perform predefined tasks and they're commonly accepted. Basically, as an alternative to writing custom program code to make something or pasting tens and hundreds of lines of program code inside your script, you are able to "call" some module that is already available for this particular task and use just several lines of program code. Because of this, your script will be executed more rapidly as it is much smaller. Employing modules will additionally make your script simpler to modify because you'll need to search through a smaller amount of code. If you would like to use Perl on your site, you need to make sure that the required modules are available on your server.

Over 3400 Perl Modules in Web Hosting

Over 3400 Perl modules will be at your disposal when you acquire any of our Linux web hosting packages. You'll be able to employ as many as you'll need and we've ensured that we've got all the preferred ones, as well as a lot more which may not be used as much, but may be a prerequisite for some third-party web application that you want to use or for a custom script to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You're able to find the entire list in your Hepsia web hosting Control Panel as well as the path which you need to set within your scripts, so that they can use the module library. Using our shared packages, you're able to employ any kind of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud web hosting platform, you will be able to run any kind of script app written in this programming language without a problem whatever the semi-dedicated server plan that you select. The aforementioned applies for both pre-made applications that you get online and for custom ones that you create. We have such a multitude of modules for two reasons - first of all, to offer you a choice in respect to what kind of characteristics you can add to your apps and sites and second, to ensure that when you wish to use a ready script, it will run properly whatever the modules it requires. For this reason, many of the modules in our library are quite popular whereas others are used very rarely. You'll find a list of all modules inside your website hosting Control Panel in addition to the access path that your scripts need to use the modules.