Perl is a well-liked scripting language that is employed to create different web-oriented applications, which includes CGI scripts. One of the options which differentiate it from various other programming languages is the use of modules - parts of Perl program code that complete predefined tasks and they are widely accepted. In simple terms, rather than writing custom-made program code to make something or pasting tens and hundreds of lines of program code inside your script, you can "call" some module that already exists for this particular job and use only several lines of code. Therefore, your script will be executed quicker since it will be much smaller. Using modules will additionally make a script simpler to change as you will have to browse through much less program code. If you want to use Perl on your website, you should ensure that the needed modules are available on the server.

Over 3400 Perl Modules in Website Hosting

When you buy one of the Linux website hosting that we offer, you will get access to a rich library of more than 3400 Perl modules which are already installed on our cloud server platform. As soon as you log in to your Hepsia Control Panel, you are able to visit the Server Information area where you can easily check the full list. Some of them are more common than others, however we have such a large number because we realize that when you employ an app from a third-party site, it may have certain requirements as to which modules need to be set up on the server or it may not function appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you will be able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we supply will allow you to work with any type of Perl-based web app that you would like, no matter if you've made it yourself or if you have downloaded it from some third-party website. In either case, it will run flawlessly whatever the modules it requires as we have a massive library that consists of over 3400 different modules. The full list is accessible in the Hepsia web hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you can 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. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to ensure that any type of script can run regardless of its specifications.