Perl is a well-known scripting language that's used to make different web-oriented applications, such as CGI scripts. Among the features which differentiate it from many other languages is the usage of modules - batches of Perl code that complete predefined tasks and they're widely accepted. Basically, instead of writing custom-made code to perform something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" a module that is already available for this specific process and use only a couple of lines of code. This way, your script shall be executed a lot faster since it is smaller. Employing modules will additionally make the script much easier to change because you will have to browse through much less program code. If you want to use Perl on your site, you need to make sure that the mandatory modules are present on your server.

Over 3400 Perl Modules in Shared Website Hosting

More than 3400 Perl modules are at your disposal when you get any of our shared website hosting service. You're able to use as many as you will need and we've ensured that we've got all of the well-known ones, and many others that may not be used that much, but might be a prerequisite for some third-party web app that you want to use or for a custom script to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You'll be able to see the list in your Hepsia web hosting Control Panel along with the path which you have to set inside your scripts, so they can use our module library. When you use our shared packages, you are able to work with any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

All of our semi-dedicated servers come with a massive range of Perl modules that you can use with your scripts. That way, even when you need to use an app which you have discovered online from another internet site, you can rest assured that it shall work correctly as no matter what modules it may require, we will have them. Our library consists of over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - a lot of them are widely used while others not so much. We keep such a large number to be on the safe side and to make certain that any script will run on our servers even if some module which it needs is used rarely. The complete list of modules that you can use is available within the Hepsia website hosting CP provided with the semi-dedicated accounts.