Perl is a well-known scripting language that's designed to make different web-oriented applications, which includes CGI scripts. Among the options that distinguish it from many other languages is the use of modules - batches of Perl code that execute predefined tasks and they are universally accepted. Basically, instead of writing custom-made code to do something or pasting tens and hundreds of lines of program code inside your script, you are able to "call" a module which already exists for this particular job and use just several lines of program code. Therefore, your script shall be executed more quickly as it will be much smaller. Employing modules will additionally make the script simpler to edit due to the fact that you will need to go through a smaller amount of code. In case you wish to use Perl on your website, you need to ensure that the needed modules are present on the server.

Over 3400 Perl Modules in Cloud Hosting

When you obtain one of the cloud hosting that we provide, you'll get access to a large library of over 3400 Perl modules which are already installed on our cloud server platform. Once you log in to your Hepsia Control Panel, you'll be able to go to the Server Information section where you could see the full list. Some of them are more common than others, but we have such a large selection because we are aware that in case you employ an application from some third-party site, it may have specific requirements as to what modules have to be available on the server or it may not work properly. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you can access and use on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we offer will allow you to work with any kind of Perl-based web application that you would like, regardless if you've made it yourself or if you've downloaded it from some third-party website. In either case, it will function flawlessly regardless of the modules it needs because we have a massive library which contains over 3400 different modules. The complete list can be found in the Hepsia web hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that any script can run in spite of its requirements.