Perl is a very popular scripting language that's employed to create various web-oriented applications, such as CGI scripts. One of the options which differentiate it from alternative languages is the employment of modules - parts of Perl code which perform predefined tasks and they're commonly accepted. In simple terms, rather than generating custom-made 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, your script will be executed a lot faster as it will be smaller. Using modules will also make your script much easier to modify as you'll need to go through a smaller amount of code. In case you intend to use Perl on your website, you need to make sure that the mandatory modules can be found on the server.

Over 3400 Perl Modules in Web Hosting

All our web hosting include over 3400 Perl modules that you're able to work with as part of your CGI scripts or web-based apps. They include both widespread and less popular ones, in order to supply you with a choice in terms of what features you can add to your websites. A couple of 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 in-house built Hepsia website hosting Control Panel, which is provided with all the shared accounts. In the same location, you can see the Perl version that we have along with the path to the modules that you will have to use in your scripts so as to call a given module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we provide allows you to work with any kind of Perl-based web app that you would like, no matter if you've made it yourself or if you have downloaded it from a third-party website. In either case, it will function perfectly whatever the modules it needs as we have a large library that consists of over 3400 different modules. A complete list can be found in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, so as to know what you should include in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that any type of script will run in spite of its specifications.