Perl is a very popular scripting language which is employed to make different web-oriented applications, which includes CGI scripts. One of the attributes which differentiate it from various other languages is the use of modules - parts of Perl code that complete predefined tasks and they're commonly accepted. Basically, instead of creating custom code to do something or pasting tens and hundreds of lines of program code in the script, you can "call" some module that is already available for this particular process and use only a few lines of program code. As a result, your script shall be executed much more quickly since it is smaller. Using modules will additionally make the script much easier to change since you'll need to search through much less program code. In case you want to use Perl on your site, you have to make sure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

Our Linux cloud hosting service feature more than 3400 Perl modules which you'll be able to work with as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to offer you different options regarding what features you are able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. A full list is available in the Server Information area of our custom-built Hepsia hosting Control Panel, that is provided with all of the shared accounts. In the same location, you'll find the Perl version that we have as well as the path to the modules that you'll have to use in your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

All of our Linux semi-dedicated service include a huge variety of Perl modules that you may use with your scripts. That way, even if you want to use an app that you've found online from another website, you can rest assured that it'll be effective as regardless of what modules it may possibly need, we'll have them. Our library offers more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - some of them are commonly 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 will work on our web servers even if some module that it requires is used extremely rarely. The entire list of modules you can use can be found within the Hepsia web hosting CP that comes with the semi-dedicated accounts.