Perl is a preferred scripting language that's used to make different web-oriented applications, such as CGI scripts. Among the characteristics that distinguish it from alternative languages is the usage of modules - batches of Perl code that complete predefined jobs and they are universally accepted. In simple terms, rather than writing custom code to perform something or pasting tens and hundreds of lines of code in your script, you can "call" a module which is already available for this particular process and use just a few lines of program code. Because of this, your script will be executed a lot faster since it'll be smaller. Using modules will additionally make the script much easier to modify as you will need to search through much less program code. If you intend to use Perl on your website, you should ensure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Website Hosting

If you wish to employ Perl-based apps on your sites - ready-made from a third-party site or custom-built ones, you are able to take full advantage of our huge module library. With over 3400 modules set up on our custom-made cloud web hosting platform, you will be able to manage any script, regardless of the website hosting package that you pick. When you sign in to the Hepsia Control Panel which is provided with all of the accounts, you'll be able to see the full set of modules that we have together with the path that you should include to your scripts so they can access these modules. As we have quite a large library, you'll find both popular and seldom used modules. We prefer to be on the safe side, so in case some third-party script that you would like to use needs a module which isn't that popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we supply will allow you to work with any kind of Perl-based web application that you'd like, regardless if you've created it yourself or if you have downloaded it from a third-party site. In either case, it will run perfectly whatever the modules it may require since we have a large library which contains more than 3400 different modules. The full list is available in the Hepsia website hosting Control Panel which is used to control the semi-dedicated server accounts. Along with that list, you will also see the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that any script will be able to run in spite of its requirements.