Perl is a preferred scripting language which is used to build different web-oriented apps, such as CGI scripts. One of the features that differentiate it from various other languages is the usage of modules - parts of Perl program code which complete predefined tasks and they are universally accepted. Basically, instead of generating custom program code to perform something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" a module which is already available for this particular task and use only a few lines of program code. Due to this fact, your script shall be executed quicker because it is smaller. Using modules will also make the script much easier to edit considering that you will have to browse through a smaller amount of code. If you intend to use Perl on your website, you need to make sure that the needed modules can be found on the server.

Over 3400 Perl Modules in Shared Hosting

When you get one of the shared hosting that we supply, you'll get access to a rich library of more than 3400 Perl modules which are already set up on our cloud server platform. When you sign in to your Hepsia Control Panel, you'll be able to go to the Server Information area where you could check the full list. Part of them are more common than others, however we have such a large number because we're aware that in case you employ an application from a third-party website, it may have specific requirements as to what modules should be set up on the server or it might not work appropriately. XML::Parser, URI, LWP and DBD::mysql are among the modules that you're able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

Our semi-dedicated servers feature a big range of Perl modules which you may use with your scripts. In this way, even when you want to use an application that you have found online from another site, you can be certain that it'll work effectively because regardless what modules it could possibly need, we will have them. Our selection consists of over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and many more - some are frequently used and others not as much. We keep such a large number to be on the safe side and to make sure that any script shall run on our web servers even if some module which it requires is used rarely. The full list of modules you can use is available within the Hepsia web hosting Control Panel provided with the semi-dedicated accounts.