Perl is a widely used programming language and one of its major pros is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and execute different tasks. The handy side of using modules is that you do not have to create custom code or include the entire code for a specific action each time it needs to be executed. Alternatively, you will be able to add only a single line in your Perl script that calls a particular module, which consequently will execute the needed task. Not only will this result in shorter and improved scripts, but it will help you make adjustments swifter and much easier. In case you aren't a programmer, but you'd like to employ a Perl app which you've discovered on the web, for example, it's very likely that the application will require some modules to be already set up on the web hosting server.
Over 3400 Perl Modules in Shared Hosting
All of our shared services include over 3400 Perl modules which you'll be able to use as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to give you a choice with regard to what functionality you are able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list accessible in the Server Information section of our in-house made Hepsia web hosting Control Panel, which is featured with all shared accounts. In the same place, you can find the Perl version which we have as well as the path to the modules that you'll need to use inside your scripts to call a particular module from the library.
Over 3400 Perl Modules in Semi-dedicated Hosting
Every semi-dedicated server that we offer will allow you to employ any kind of Perl-based web app that you would like, regardless if you've made it yourself or if you have downloaded it from a third-party site. In either case, it'll run flawlessly whatever the modules it needs because we have a large library that includes over 3400 different modules. The complete list can be found in the Hepsia web hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with that list, you will also see the directory path to the modules, so as to know what you need to include in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to make sure that almost any script will run in spite of its requirements.