Perl is a very popular scripting language that's designed to build various web-oriented apps, such as CGI scripts. One of the characteristics that differentiate it from other programming languages is the employment of modules - batches of Perl code that perform predefined jobs and they're commonly accepted. In simple terms, rather than writing custom code to make something or pasting tens and hundreds of lines of program code in the script, you are able to "call" a module which already exists for this particular process and use only several lines of code. Consequently, your script shall be executed a lot quicker since it will be much smaller. Using modules will, in addition make a script easier to change due to the fact that you will have to browse through a smaller amount of program code. If you wish to use Perl on your site, you should make sure that the needed modules are available on your server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are readily available when you obtain any of our cloud services. You will be able to use as many as you'll need and we have made sure that we offer all of the well-liked ones, plus many more which might not be used as much, but can be a prerequisite for some third-party web application that you wish to use or for a custom script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You're able to find the full list in your Hepsia web hosting Control Panel as well as the path which you have to set inside your scripts, so that they can use our module library. Using our shared packages, you are able to employ any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our semi-dedicated services come with a huge range of Perl modules which you can use with your scripts. This way, even when you want to use an application which you've discovered online from another site, you can be sure that it'll work correctly because regardless what modules it may require, we'll have them. Our collection features more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and more - some are commonly used while others not so much. We keep such a large amount to be on the safe side and to make sure that any script will work on our servers even if some module which it needs is used rarely. The whole list of modules that you can use is available inside the Hepsia website hosting CP provided with the semi-dedicated accounts.