Perl is a popular programming language and one of its key pros is the fact that it works with the so-called modules - short bits of code which include subroutines and perform various tasks. The useful side of using modules is the fact that you don't need to write custom-made program code or include the whole code for a specific process each time it has to be executed. Alternatively, you will be able to include only one line in your Perl script which calls a particular module, which in turn will execute the needed action. Not only will this result in shorter and more optimized scripts, but it will allow you to make adjustments a lot quicker and easier. If you are not a programmer, still you would like to employ a Perl app that you've found on the worldwide web, for instance, it's likely that the app will require some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our cloud hosting feature more than 3400 Perl modules which you are able to employ as a part of your CGI scripts or web-based apps. They include both widespread and less popular ones, in order to offer you different options regarding what functions you can add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. A full list can be found in the Server Information section of our custom Hepsia website hosting Control Panel, that comes with all of the shared accounts. In the same place, you can see the Perl version which we have along with the path to the modules that you will have to use in your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

When you want to work with a Perl-based web application or CGI script, you'll be able to use 3400+ different modules that are available on our cloud hosting platform and are part of each and every semi-dedicated server we offer. You'll be able to see the full list at any moment through your Hepsia Control Panel alongside the folder path necessary for your scripts to access the modules. We realize the fact that some third-party programs may require modules that are not very popular so as to function efficiently, hence the big number we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you'll be able to use with your Perl apps irrespective of the plan you pick.