Perl is a popular scripting language which is used to build various web-oriented apps, such as CGI scripts. Among the options that distinguish it from alternative programming languages is the use of modules - parts of Perl code which execute predefined tasks and they're commonly accepted. In simple terms, as an alternative to generating custom-made program code to make something or pasting tens and hundreds of lines of code in your script, you're able to "call" a module that is already available for this specific task and use just a couple of lines of code. In consequence, your script shall be executed much more rapidly since it will be smaller. Using modules will, in addition make your script much easier to edit considering that you will have to search through much less program code. If you wish to use Perl on your website, you should make sure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

Every time you would like to employ Perl-based applications on your sites - ready-made from a third-party site or custom-made ones, you can take full advantage of our vast module library. With over 3400 modules set up on our tailor-made cloud hosting platform, you can execute any script, irrespective of the cloud hosting package that you select. As soon as you sign in to the Hepsia Control Panel which is provided with all the accounts, you can see the entire list of modules that we offer along with the path that you should add to your scripts so they'll be able to access these modules. As we have quite a big library, you can find both well-liked and rarely used modules. We prefer to be on the safe side, so if some third-party script that you'd like to employ needs a module that is not that popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we offer will allow you to use any type of Perl-based web app that you would like, no matter if you've created it yourself or if you've downloaded it from a third-party website. In either case, it will function flawlessly irrespective of the modules it may require since we have a large library which contains over 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to make sure that virtually any kind of script will run regardless of its requirements.