Perl is a well-known programming language and among its key pros is that it works with the so-called modules - short bits of program code that include subroutines and perform various tasks. The convenient side of using modules is the fact that you will not need to write custom code or add the whole code for a certain process whenever it has to be executed. Alternatively, you'll be able to include only a single line in your Perl script that calls a certain module, that consequently will perform the necessary action. Not only will this result in shorter and more optimized scripts, but it will enable you to make modifications swifter and easier. In case you are not a programmer, but you would like to employ a Perl app which you've found online, for instance, it is very likely that the app will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Shared Hosting

All of our shared hosting plans come with more than 3400 Perl modules that you can employ as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, to supply you with a choice with regard to what capabilities you will be able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list can be found in the Server Information area of our in-house built Hepsia web hosting Control Panel, that comes with all the shared accounts. In the same place, you will see the Perl version that we have along with the path to the modules that you will need to use inside your scripts to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we offer will allow you to use any type of Perl-based web app that you'd like, regardless if you have created it yourself or if you have downloaded it from some third-party website. In either case, it will run perfectly irrespective of the modules it needs since we have a rich library which contains over 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel that is used to take care of the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, in order to know what you should add in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a large number of modules to make sure that any script can run regardless of its requirements.