Perl is a very popular scripting language which is employed to make different web-oriented apps, which includes CGI scripts. One of the features which differentiate it from many other languages is the employment of modules - batches of Perl code that perform predefined jobs and they are universally accepted. In simple terms, as an alternative to generating tailor-made code to make something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" a module that is already available for this specific task and use just a few lines of code. Therefore, your script will be executed faster because it will be much smaller. Employing modules will also make a script simpler to modify due to the fact that you will need to search through much less program code. In case you intend to use Perl on your website, you should ensure that the needed modules are available on your server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules will be at your disposal if you acquire any of our Linux shared website hosting. You can use as many as you have to and we have ensured that we have all of the well-known ones, and many others that might not be used as much, but may be a requirement for a third-party web app that you would like to use or for a custom script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you can access. You are able to see the complete list in your Hepsia hosting Control Panel along with the path which you have to set inside your scripts, so that they can use our module library. Using our shared packages, you'll be able to employ any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you're able to run virtually any script application written in this programming language without a problem whatever the semi-dedicated server package that you select. This applies for both pre-made applications that you find online and for custom-made ones which you develop. We supply such a large number of modules for two reasons - first, to offer you different options in respect to what functions you can add to your applications and websites and secondly, to guarantee that in case you would like to employ a ready script, it'll run properly regardless of what modules it will need. For this reason, many of the modules inside our library are quite popular whereas others are employed rarely. You'll see a list of all the modules inside your hosting Control Panel along with the access path which your scripts will need in order to use the modules.