Perl is a widely used programming language and one of its major advantages is that it works with the so-called modules - short bits of program code that include subroutines and perform a variety of tasks. The handy side of working with modules is that you don't need to write custom program code or include the entire code for a specific process each time it has to be executed. Instead, you will be able to add only one line in your Perl script which calls a particular module, which consequently will perform the necessary action. Not only will this lead to shorter and more optimized scripts, but it will allow you to make changes faster and easier. In case you aren't a programmer, but you'd like to begin using a Perl app which you've discovered online, for instance, it is likely that the app will need specific modules to be already installed on your hosting server.

Over 3400 Perl Modules in Web Hosting

All of our Linux web hosting packages feature over 3400 Perl modules which you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They include both widely used and less popular ones, in order to give you different options with regard to what features you will be able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information section of our custom-made Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same location, you can find the Perl version which we have and the path to the modules that you will have to use inside your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you need to employ a Perl-based web app or CGI script, you'll be able to use 3400+ different modules that are available on our cloud hosting platform and are a part of each and every semi-dedicated server that we provide. You'll be able to see the entire list anytime through your Hepsia Control Panel together with the folder path needed for your scripts to access the modules. We recognize the fact that some third-party apps might require modules which aren't quite popular in order to work correctly, hence the large amount that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you will be able to use with your Perl applications regardless of the plan you choose.