Perl is a very popular scripting language which is employed to build various web-oriented applications, including CGI scripts. Among the options which distinguish it from many other languages is the use of modules - parts of Perl program code that perform predefined tasks and they are widely accepted. In simple terms, as an alternative to creating custom-made code to make something or pasting tens and hundreds of lines of code inside your script, you will be able to "call" a module which is already available for this particular task and use just a few lines of program code. In consequence, your script will be executed more rapidly as it'll be much smaller. Using modules will also make the script much easier to modify since you will have to search through much less program code. In case you would like to use Perl on your website, you need to ensure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our Linux semi-dedicated hosting include a big collection of Perl modules which you may use with your scripts. That way, even if you need to use a program that you have found online from a different internet site, you can be positive that it shall be effective because regardless of the modules it may possibly need, we'll have them. Our selection consists of 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 so much. We keep such a significant number to be on the safe side and to be sure that any script shall work on our servers even if some module that it needs is used rarely. The complete list of modules that you can use can be found inside the Hepsia website hosting Control Panel provided with the semi-dedicated accounts.