Perl is a very popular web-oriented programming language, that is used to make CGI scripts and various apps. It's very handy since you don't need to submit the very same program code time and time again so that you can have some process executed more than once, but you can use modules. They are pre-defined subroutines or sets of functions which can be called and executed within a script. In other words, you'll be able to include just a reference to a given module within your program code instead of using the whole module code over and over again. In this way, your script will be shorter, therefore it'll be executed faster, not mentioning that it will be a lot easier to maintain and / or modify. If you'd like to employ a third-party ready-made Perl script as an alternative to writing your own, it will probably need certain modules to be present on the hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Any time you need to use Perl-based applications on your websites - ready-made from a third-party website or custom-built ones, you'll be able to take advantage of our huge module library. With more than 3400 modules installed on our in-house made cloud hosting platform, you'll be able to execute any kind of script, irrespective of the cloud web hosting plan that you pick. As soon as you sign in to the Hepsia Control Panel that is provided with all of the accounts, you'll be able to see the complete list of modules that we offer as well as the path that you have to include to your scripts so they can access these modules. As we now have quite a large library, you will find both popular and very rarely used modules. We prefer to be prepared, so if some third-party script that you need to work with requires a module that is not that popular, we will still have it here.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you need to use a Perl-based web app or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are a part of each semi-dedicated server which we offer. You'll be able to see the whole list anytime using your Hepsia CP along with the folder path needed for your scripts to access the modules. We realize the fact that some third-party programs might need modules that are not really popular to run efficiently, hence the big number we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules that you shall be able to use with your Perl apps irrespective of the package that you choose.