Perl is a very popular scripting language that is which is used to make various web-oriented applications, including CGI scripts. Among the attributes which differentiate it from various other languages is the employment of modules - parts of Perl code which complete predefined jobs and they're universally accepted. In simple terms, instead of creating custom code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" some module which is already available for this specific process and use just a few lines of code. Due to this fact, your script shall be executed a lot quicker as it will be smaller. Employing modules will, in addition make your script simpler to modify considering that you will need to browse through much less program code. If you wish to use Perl on your site, you have to make sure that the necessary modules are present on your server.

Over 3400 Perl Modules in Shared Website Hosting

Our shared website hosting plans come with over 3400 Perl modules which you're able to benefit from as a part of your CGI scripts or web-based applications. They include both widely used and less popular ones, so as to supply you with a choice regarding what functions you'll be able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list accessible in the Server Information section of our in-house made Hepsia hosting Control Panel, which is featured with all shared accounts. In the same place, you will find the Perl version that we have as well as the path to the modules that you'll need to use within your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we provide allows you to use any type of Perl-based web app that you would like, no matter if you have made it yourself or if you have downloaded it from a third-party website. Either way, it will function perfectly irrespective of the modules it may require because we have a rich library which consists of over 3400 different modules. The complete list is accessible in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. Along with the list, you will also see the directory path to the modules, so as to know what you have to include in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will run regardless of its specifications.