Perl is a very popular scripting language that is used to create different web-oriented apps, such as CGI scripts. Among the attributes that differentiate it from other programming languages is the employment of modules - parts of Perl code which perform predefined tasks and they're widely accepted. In simple terms, instead of writing custom-made program code to make something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" a module that already exists for this particular task and use just a few lines of program code. This way, your script shall be executed faster as it is smaller. Employing modules will additionally make your script simpler to edit as you'll have to search through a smaller amount of code. If you intend to use Perl on your site, you should make sure that the needed modules can be found on your server.

Over 3400 Perl Modules in Shared Hosting

Every time you want to work with Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you are able to benefit from our huge module library. With more than 3400 modules set up on our in-house made cloud web hosting platform, you'll be able to manage any type of script, whatever the shared hosting plan that you choose. Once you sign in to the Hepsia Control Panel that comes with all of the accounts, you will be able to see the whole set of modules that we offer along with the path that you need to include to your scripts so they'll be able to access these modules. Because we now have quite a big library, you can find both well-known and very rarely used modules. We prefer to be prepared, so if some third-party script that you wish to work with requires a module which is not very popular, we'll still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we offer allows you to use any type of Perl-based web application that you would like, no matter if you have created it yourself or if you have downloaded it from some third-party website. In either case, it'll function flawlessly whatever the modules it requires because we have a rich library which consists of more than 3400 different modules. The complete list can be found in the Hepsia hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, in order to know what you have to add in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will be able to run regardless of its specifications.