Perl is a very popular scripting language that is that is used to make different web-oriented apps, such as CGI scripts. Among the options that distinguish it from other programming languages is the use of modules - parts of Perl program code that perform predefined tasks and they are widely accepted. Basically, rather than generating custom code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" a module which is already available for this particular task and use only a couple of lines of code. In consequence, your script will be executed more quickly because it'll be much smaller. Employing modules will, in addition make your script easier to edit due to the fact that you'll have to browse through a smaller amount of program code. If you wish to use Perl on your site, you need to make sure that the necessary modules are available on the server.

Over 3400 Perl Modules in Shared Hosting

When you acquire one of the Linux shared packages that we provide, you'll receive access to a rich library of over 3400 Perl modules that are already set up on our cloud server platform. Once you log in to the Hepsia Control Panel, you can go to the Server Information area where you can see the entire list. Some of them are more popular than others, but we offer such a large number as we realize that in case you use an application from some third-party website, it may have specific requirements as to which modules need to be available on the server or it will not function efficiently. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and take advantage of on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

All our semi-dedicated hosting offer a large variety of Perl modules that you may use with your scripts. This way, even if you want to use an application that you've found online from a different site, you can be sure that it will be effective because regardless of what modules it may require, we'll have them. Our collection features more than 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many others - a lot of them are widely used while others not as much. We keep such a large amount to be on the safe side and to ensure that any script shall run on our web servers even if some module that it requires is used very rarely. The whole list of modules which you can use can be found within the Hepsia hosting CP that comes with the semi-dedicated accounts.