Perl is a preferred scripting language that's which is used to create different web-oriented apps, which includes CGI scripts. One of the characteristics which differentiate it from many other languages is the usage of modules - parts of Perl code which execute predefined jobs and they are universally accepted. In simple terms, rather than writing tailor-made program code to make something or pasting tens and hundreds of lines of program code in the script, you can "call" some module that already exists for this specific job and use only a few lines of code. In consequence, your script will be executed faster since it is smaller. Using modules will also make your script simpler to change due to the fact that you'll have to search through much less program code. If you want to use Perl on your website, you have to ensure that the required modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

Every time you need to work with Perl-based apps on your websites - ready-made from a third-party site or custom-built ones, you can reap the benefits of our huge module library. With over 3400 modules set up on our in-house made cloud hosting platform, you can run any script, irrespective of the cloud hosting package that you pick. As soon as you sign in to the Hepsia Control Panel that is provided with all accounts, you will be able to see the whole set of modules which we offer together with the path that you should include to your scripts so they'll be able to access these modules. Since we now have quite a massive library, you will find both widespread and very rarely used modules. We prefer to be on the safe side, so in case a third-party script that you would like to use needs a module which is not very popular, we'll still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

If you want to work with a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that are available on our cloud hosting platform and are a part of each semi-dedicated server we provide. You shall be able to see the entire list at any time via your Hepsia Control Panel along with the folder path necessary for your scripts to access the modules. We recognize the fact that some third-party apps could need modules that aren't quite popular in order to run efficiently, hence the large number we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules that you'll be able to use with your Perl applications no matter the plan that you pick.