Perl is a well-known programming language and one of its major pros is that it works with the so-called modules - short bits of code which contain subroutines and do various tasks. The handy side of working with modules is the fact that you won't have to write custom code or add the entire code for some process whenever it needs to be performed. Alternatively, you are able to include only a single line in your Perl script which calls a certain module, which in turn will execute the necessary action. Not only will this result in shorter and more optimized scripts, but it'll also help you make adjustments quicker and much easier. In case you aren't a programmer, yet you would like to begin using a Perl app which you've found on the Internet, for example, it's very likely that the app will require some modules to be already installed on the hosting server.
Over 3400 Perl Modules in Cloud Web Hosting
When you want to use Perl-based apps on your sites - ready-made from a third-party site or tailor-made ones, you will be able to reap the benefits of our vast module library. With over 3400 modules installed on our custom cloud web hosting platform, you'll be able to run any script, irrespective of the cloud web hosting package that you choose. After you log in to the Hepsia Control Panel that comes with all the accounts, you'll be able to see the whole list of modules that we have along with the path that you should add to your scripts so they'll be able to access these modules. Since we now have quite a large library, you can find both widespread and rarely used modules. We prefer to be on the safe side, so if some third-party script that you would like to use needs a module which isn't very popular, we'll still have it on our end.
Over 3400 Perl Modules in Semi-dedicated Servers
Each semi-dedicated server that we offer allows you to use any Perl-based web application that you wish, no matter if you've created it yourself or if you've downloaded it from some third-party website. In either case, it'll function flawlessly regardless of the modules it may require since we have a rich library that includes over 3400 different modules. A full list is accessible in the Hepsia web hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you can also find the directory path to the modules, so as to know what you should add in your scripts in order for them to link to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to ensure that virtually any kind of script will run regardless of its requirements.