Perl is a widespread programming language and one of its major advantages is that it works with the so-called modules - short bits of code that include subroutines and do multiple tasks. The useful side of using modules is that you won't need to write custom program code or add the whole code for a certain action every single time it needs to be performed. Instead, you'll be able to add just a single line in your Perl script that calls a given module, that consequently will perform the needed task. Not only will this give you shorter and optimized scripts, but it'll also help you make adjustments swifter and easier. If you are not a programmer, but you'd like to start using a Perl application that you've found on the worldwide web, for instance, it's very likely that the app will require some modules to be already installed on your hosting server.

Over 3400 Perl Modules in Shared Website Hosting

When you purchase one of the Linux shared website hosting packages that we supply, you will have access to a rich library of more than 3400 Perl modules that are already installed on our cloud server platform. After you sign in to your Hepsia Control Panel, you are able to visit the Server Information section where you can easily check the whole list. Part of them are more common than others, however we have such a large number because we are aware that if you employ an application from a third-party site, it could have certain prerequisites as to what modules should be available on the server or it may not function efficiently. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you're able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we supply will allow you to use any type of Perl-based web application that you would like, regardless if you've created it yourself or if you have downloaded it from some third-party website. Either way, it'll function perfectly irrespective of the modules it needs since we have a rich library which includes over 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to that list, you can also see the directory path to the modules, so as to know what you need to 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 have such a large number of modules to ensure that any type of script can run in spite of its specifications.