Perl is a widespread programming language and one of its major pros is the fact that it works with the so-called modules - short bits of code which contain subroutines and do various tasks. The convenient side of using modules is the fact that you will not have to create custom program code or add the entire code for some task every single time it needs to be executed. Instead, you can include only a single line in your Perl script that calls a certain module, that consequently will execute the needed action. Not only will this result in shorter and optimized scripts, but it will allow you to make modifications swifter and much easier. In case you are not a programmer, but you would like to start using a Perl application that you've discovered on the worldwide web, for example, it's likely that the application will need some modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Hosting

Over 3400 Perl modules are at your disposal if you obtain any of our hosting packages. You're able to use as many as you will need and we've ensured that we have all the popular ones, plus many more that are not used as much, but may be a prerequisite for some third-party web app that you wish to use or for a custom script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you can access. You can find the whole list inside your Hepsia hosting Control Panel along with the path which you should set in your scripts, so they can use our module library. When you use our shared packages, you can employ any kind of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

When you wish to employ a Perl-based web application or CGI script, you'll be able to use 3400+ different modules which can be found on our cloud hosting platform and are part of every semi-dedicated server which we offer. You shall be able to see the entire list at any time using your Hepsia Control Panel along with the folder path necessary for your scripts to access the modules. We acknowledge the fact that some third-party programs might require modules which aren't quite popular in order to run correctly, hence the big number we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you will be able to use with your Perl apps irrespective of the package deal you opt for.