Perl is a well-liked scripting language that's designed to build different web-oriented applications, including CGI scripts. Among the options that differentiate it from alternative languages is the usage of modules - parts of Perl program code that execute predefined jobs and they're widely accepted. Basically, rather than writing tailor-made code to do something or pasting tens and hundreds of lines of code inside your script, you're able to "call" some module which is already available for this particular task and use only a few lines of program code. Because of this, your script will be executed faster as it is much smaller. Using modules will also make the script easier to change considering that you will have to browse through a smaller amount of code. In case you intend to use Perl on your website, you need to make sure that the necessary modules are available on your server.

Over 3400 Perl Modules in Shared Web Hosting

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

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you will be able to run almost any script application written in this programming language without any problems whatever the semi-dedicated server plan that you pick. This applies for both pre-made applications which you get online and for custom-built ones that you develop. We offer such a multitude of modules for two reasons - first of all, to offer you a selection in respect to what features you are able to add to your apps and sites and second, to make sure that when you would like to use a ready script, it will run flawlessly whatever the modules it requires. That's why, some of the modules inside our library are quite popular whereas others are used very rarely. You'll see a list of all modules within your web hosting Control Panel in addition to the access path that your scripts will need so as to use these modules.