Perl is a well-known scripting language that's employed to build different web-oriented applications, such as CGI scripts. Among the options which distinguish it from alternative programming languages is the usage of modules - batches of Perl code which complete predefined jobs and they're widely accepted. In simple terms, rather than writing custom code to do something or pasting tens and hundreds of lines of program code in the script, you are able to "call" some module which already exists for this particular job and use just a couple of lines of code. Consequently, your script will be executed faster since it'll be much smaller. Using modules will also make your script easier to edit as you will need to search through a smaller amount of program code. If you intend to use Perl on your website, you need to make sure that the required modules can be found on your server.

Over 3400 Perl Modules in Hosting

More than 3400 Perl modules will be readily available when you obtain any of our hosting. You will be able to employ as many as you need and we have ensured that we've got all of the well-known ones, plus many more that may not be used that much, but might be a requirement for some third-party web application that you would like to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you can access. You are able to see the full list inside your Hepsia hosting Control Panel as well as the path which you need to set within your scripts, so they can use our module library. When you use our shared plans, you're able to employ any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you're able to manage almost any script app created in this programming language without a problem irrespective of the semi-dedicated server package that you choose. The abovementioned applies for both pre-made apps that you discover online and for custom-made ones which you write. We have such a large number of modules for two reasons - first, to provide you with a choice in respect to what characteristics you can add to your apps and sites and secondly, to ensure that when you wish to use a ready script, it will run appropriately regardless of what modules it will need. Because of this, most of the modules included in our library are quite popular whereas others are used very rarely. You will see a list of all the modules inside your web hosting Control Panel in addition to the access path which your scripts need to use the modules.