Perl is a well-liked scripting language that's designed to make various web-oriented applications, including CGI scripts. One of the characteristics which differentiate it from other programming languages is the usage of modules - batches of Perl program code that perform predefined jobs and they are commonly accepted. In simple terms, instead of generating custom program code to perform something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" a module that is already available for this particular process and use just a few lines of code. In consequence, your script shall be executed a lot faster as it is much smaller. Using modules will additionally make your script easier to edit as you'll need to search through much less code. In case you wish to use Perl on your site, you should make sure that the mandatory modules are present on the server.

Over 3400 Perl Modules in Hosting

Over 3400 Perl modules are at your disposal if you acquire any of our hosting services. You are able to use as many as you'll need and we've made sure that we offer all of the well-liked ones, plus many more that are not used as much, but may be a requirement for a third-party web app that you wish to use or for a custom script to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You are able to see the complete list inside your Hepsia hosting Control Panel as well as the path that you should set inside your scripts, so that they can use our module library. When you use our shared plans, you can use any Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud hosting platform, you will be able to run almost any script app created in this programming language without any problems regardless of the semi-dedicated server plan that you select. The aforementioned is valid for both pre-made applications that you find online and for custom-built ones which you write. We have such a large number of modules for a couple of reasons - first, to offer you different options in respect to what kind of features you're able to add to your apps and websites and secondly, to guarantee that if you would like to employ a ready script, it'll run appropriately whatever the modules it will require. For this reason, some of the modules inside our library are quite popular while others are employed very rarely. You will see a list of all modules within your web hosting Control Panel in addition to the access path that your scripts will need to use these modules.