Perl is a popular scripting language which is used to build different web-oriented applications, which includes CGI scripts. Among the features that distinguish it from alternative languages is the employment of modules - parts of Perl code which do predefined tasks and they're widely accepted. Basically, as an alternative to generating tailor-made code to perform something or pasting tens and hundreds of lines of program code inside your script, you can "call" a module that already exists for this specific task and use only a few lines of program code. Due to this, your script shall be executed much more rapidly as it'll be smaller. Employing modules will also make your script easier to edit since you'll have to search through much less program code. If you wish to use Perl on your website, you should ensure that the required modules can be found on your server.

Over 3400 Perl Modules in Cloud Website Hosting

When you acquire one of the cloud website hosting that we supply, you will have access to a rich library of more than 3400 Perl modules which are already set up on our cloud server platform. Once you log in to the Hepsia Control Panel, you are able to visit the Server Information area where you could see the entire list. Part of them are more popular than others, yet we offer such a large number as we're aware that in case you employ an application from some third-party website, it may have specific prerequisites as to what modules should be installed on the server or it might not function efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you will be able to access and take advantage of on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide will allow you to work with any type of Perl-based web application that you wish, no matter if you have made it yourself or if you've downloaded it from some third-party site. Either way, it will run perfectly regardless of the modules it requires because we have a massive library which consists of more than 3400 different modules. The complete list is available in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to the 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 script will be able to run regardless of its requirements.