Perl is a well-liked scripting language that is used to build different web-oriented applications, such as CGI scripts. Among the attributes that distinguish it from many other languages is the usage of modules - parts of Perl code that perform predefined jobs and they're commonly accepted. Basically, instead of creating custom code to do something or pasting tens and hundreds of lines of code in your script, you can "call" some module that is already available for this particular job and use only a couple of lines of code. Thus, your script will be executed faster because it is much smaller. Using modules will additionally make your script simpler to change since you'll need to browse through a smaller amount of code. If you'd like to use Perl on your site, you have to make sure that the required modules are available on the server.

Over 3400 Perl Modules in Web Hosting

When you purchase one of the web hosting plans that we supply, you will receive access to a rich library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you log in to the Hepsia Control Panel, you're able to visit the Server Information section where you could see the whole list. Part of them are more common than others, however we offer such a large selection because we are aware that when you use an application from a third-party website, it may have certain requirements as to what kind of modules have to be available on the server or it might not function appropriately. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you can access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

All of our semi-dedicated plans offer a big variety of Perl modules that you could use with your scripts. That way, even if you would like to use an app that you've discovered online from another website, you can be certain that it'll work correctly since regardless of what modules it may need, we'll have them. Our library consists of more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and many more - some of them are widely used while others not as much. We keep such a large number to be on the safe side and to be sure that any script shall work on our web servers even if some module which it needs is used extremely rarely. The entire list of modules you can use is available in the Hepsia hosting Control Panel provided with the semi-dedicated accounts.